Skip to content

Commit 47dd5ff

Browse files
ThomasVitalegithub-actions
andauthored
Update Engineering Platform metadata and add version 0.7.1 (#149)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 5ed3aee commit 47dd5ff

File tree

1 file changed

+134
-0
lines changed
  • repo/packages/engineering-platform.packages.kadras.io

1 file changed

+134
-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.1
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-20T23:25:56Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/kadras-io/kadras-engineering-platform@sha256:1175759495f0674418102117d92524735bb9b8e9050d21e27605317e6d339aba
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.1

0 commit comments

Comments
 (0)