Skip to content

Commit a426ad3

Browse files
github-actionsThomasVitale
authored andcommitted
Update Kadras Application Platform metadata and add version 0.1.2
1 parent 304e613 commit a426ad3

File tree

1 file changed

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

1 file changed

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

0 commit comments

Comments
 (0)