Skip to content

Commit e58c9b4

Browse files
ThomasVitalegithub-actions
andauthored
Update Engineering Platform metadata and add version 0.7.0 (#146)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 8df94c4 commit e58c9b4

File tree

2 files changed

+152
-0
lines changed

2 files changed

+152
-0
lines changed
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: engineering-platform.packages.kadras.io.0.7.0
6+
spec:
7+
licenses:
8+
- Apache 2.0
9+
refName: engineering-platform.packages.kadras.io
10+
releaseNotes: https://github.com/kadras-io/engineering-platform/releases
11+
releasedAt: "2023-03-20T17:20:50Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/kadras-io/kadras-engineering-platform@sha256:771170c2473d7d586674a37df6ce03051548e3c3ca9fba0eb83ac0902f1108ba
19+
template:
20+
- ytt:
21+
paths:
22+
- config
23+
- kbld:
24+
paths:
25+
- '-'
26+
- .imgpkg/images.yml
27+
valuesSchema:
28+
openAPIv3:
29+
additionalProperties: false
30+
properties:
31+
buildpacks:
32+
additionalProperties: false
33+
description: Configuration for Buildpacks related packages.
34+
properties:
35+
catalog:
36+
default: {}
37+
description: Configuration for the Buildpacks Catalog package.
38+
nullable: true
39+
kpack:
40+
default: {}
41+
description: Configuration for the Kpack package.
42+
nullable: true
43+
type: object
44+
cartographer:
45+
additionalProperties: false
46+
description: Configuration for Cartographer related packages.
47+
properties:
48+
blueprints:
49+
default: {}
50+
description: Configuration for the Cartographer Blueprints package.
51+
nullable: true
52+
delivery:
53+
default: {}
54+
description: Configuration for the Cartographer Delivery package.
55+
nullable: true
56+
supply_chains:
57+
default: {}
58+
description: Configuration for the Cartographer Supply Chains package.
59+
nullable: true
60+
type: object
61+
cert_manager:
62+
default: {}
63+
description: Configuration for the Cert Manager package.
64+
nullable: true
65+
contour:
66+
default: {}
67+
description: Configuration for the Contour package.
68+
nullable: true
69+
conventions:
70+
additionalProperties: false
71+
description: Configuration for Cartographer Conventions related packages.
72+
properties:
73+
spring_boot:
74+
default: {}
75+
description: Configuration for the Spring Boot Conventions package.
76+
nullable: true
77+
type: object
78+
flux:
79+
additionalProperties: false
80+
description: Configuration for Flux related packages.
81+
properties:
82+
source_controller:
83+
default: {}
84+
description: Configuration for the FluxCD Source Controller package.
85+
nullable: true
86+
type: object
87+
knative:
88+
additionalProperties: false
89+
description: Configuration for Knative related packages.
90+
properties:
91+
serving:
92+
default: {}
93+
description: Configuration for the Knative Serving package.
94+
nullable: true
95+
type: object
96+
metrics_server:
97+
default: {}
98+
description: Configuration for the Metrics Server package.
99+
nullable: true
100+
namespace_setup:
101+
default: {}
102+
description: Configuration for the Namespace Setup package.
103+
nullable: true
104+
packages:
105+
additionalProperties: false
106+
description: Configuration for the platform packages.
107+
properties:
108+
excluded:
109+
default: []
110+
description: A list of packages to exclude from being installed.
111+
items:
112+
default: ""
113+
type: string
114+
type: array
115+
namespace:
116+
default: ""
117+
description: The namespace where to install the platform.
118+
type: string
119+
type: object
120+
secretgen_controller:
121+
default: {}
122+
description: Configuration for the Secretgen Controller package.
123+
nullable: true
124+
tekton:
125+
additionalProperties: false
126+
description: Configuration for Tekton related packages.
127+
properties:
128+
pipelines:
129+
default: {}
130+
description: Configuration for the Tekton Pipelines package.
131+
nullable: true
132+
type: object
133+
type: object
134+
version: 0.7.0
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: PackageMetadata
3+
metadata:
4+
creationTimestamp: null
5+
name: engineering-platform.packages.kadras.io
6+
spec:
7+
categories:
8+
- internal developer platform
9+
- application platform
10+
displayName: engineering-platform
11+
longDescription: A curated set of Carvel packages to build an engineering platform
12+
supporting application developers with paved paths to production on Kubernetes.
13+
maintainers:
14+
- name: Thomas Vitale
15+
providerName: Kadras
16+
shortDescription: Cloud native engineering platform on Kubernetes.
17+
supportDescription: Go to https://kadras.io for documentation and https://github.com/kadras-io/engineering-platform
18+
for community support.

0 commit comments

Comments
 (0)