Skip to content

Commit 2ae595c

Browse files
github-actionsThomasVitale
authored andcommitted
Update Application Platform metadata and add version 0.2.2
1 parent 677c64a commit 2ae595c

File tree

1 file changed

+116
-0
lines changed
  • repo/packages/application-platform.packages.kadras.io

1 file changed

+116
-0
lines changed
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: application-platform.packages.kadras.io.0.2.2
6+
spec:
7+
licenses:
8+
- Apache 2.0
9+
refName: application-platform.packages.kadras.io
10+
releasedAt: "2022-11-01T18:06:41Z"
11+
template:
12+
spec:
13+
deploy:
14+
- kapp: {}
15+
fetch:
16+
- imgpkgBundle:
17+
image: ghcr.io/arktonix/kadras-application-platform@sha256:5a85a74b97749674333798ff79834e8ba38babb291b3a0d3a0f194724fa9a2ff
18+
template:
19+
- ytt:
20+
paths:
21+
- config
22+
- kbld:
23+
paths:
24+
- '-'
25+
- .imgpkg/images.yml
26+
valuesSchema:
27+
openAPIv3:
28+
additionalProperties: false
29+
properties:
30+
cartographer:
31+
additionalProperties: false
32+
description: Configuration for Cartographer related packages
33+
properties:
34+
blueprints:
35+
default: {}
36+
description: Configuration for the Cartographer Blueprints package
37+
nullable: true
38+
delivery:
39+
default: {}
40+
description: Configuration for the Cartographer Delivery package
41+
nullable: true
42+
golden_path_web:
43+
default: {}
44+
description: Configuration for the Cartographer Golden Path Web package
45+
nullable: true
46+
type: object
47+
cert_manager:
48+
default: {}
49+
description: Configuration for the Cert Manager package
50+
nullable: true
51+
contour:
52+
default: {}
53+
description: Configuration for the Contour package
54+
nullable: true
55+
conventions:
56+
additionalProperties: false
57+
description: Configuration for Cartographer Conventions related packages
58+
properties:
59+
spring_boot:
60+
default: {}
61+
description: Configuration for the Spring Boot Conventions package
62+
nullable: true
63+
type: object
64+
knative:
65+
additionalProperties: false
66+
description: Configuration for Knative related packages
67+
properties:
68+
serving:
69+
default: {}
70+
description: Configuration for the Knative Serving package
71+
nullable: true
72+
type: object
73+
kpack:
74+
default:
75+
kp_default_repository: ""
76+
description: Configuration for the Kpack package
77+
nullable: true
78+
metrics_server:
79+
default: {}
80+
description: Configuration for the Metrics Server package
81+
nullable: true
82+
namespace_setup:
83+
default: {}
84+
description: Configuration for the Namespace Setup package
85+
nullable: true
86+
packages:
87+
additionalProperties: false
88+
description: Configuration for the platform packages
89+
properties:
90+
exclusions:
91+
default: []
92+
description: A list of packages to exclude from being installed
93+
items:
94+
default: ""
95+
type: string
96+
type: array
97+
namespace:
98+
default: ""
99+
description: The namespace where to install the platform
100+
type: string
101+
type: object
102+
secretgen_controller:
103+
default: {}
104+
description: Configuration for the Secretgen Controller package
105+
nullable: true
106+
tekton:
107+
additionalProperties: false
108+
description: Configuration for Tekton related packages
109+
properties:
110+
pipelines:
111+
default: {}
112+
description: Configuration for the Tekton Pipelines package
113+
nullable: true
114+
type: object
115+
type: object
116+
version: 0.2.2

0 commit comments

Comments
 (0)