Skip to content

Commit 6b52418

Browse files
github-actionsThomasVitale
authored andcommitted
Update Kadras Application Platform metadata and add version 0.1.0
1 parent ea0c632 commit 6b52418

File tree

2 files changed

+149
-0
lines changed

2 files changed

+149
-0
lines changed
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: application-platform.packages.kadras.io.0.1.0
6+
spec:
7+
refName: application-platform.packages.kadras.io
8+
releasedAt: "2022-10-04T13:07:10Z"
9+
template:
10+
spec:
11+
deploy:
12+
- kapp: {}
13+
fetch:
14+
- imgpkgBundle:
15+
image: ghcr.io/arktonix/kadras-application-platform@sha256:88eaece5b5c4e9ed68d008397aff30050e1fb642cf83a25ca4b0ced8c9d559b3
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+
additionalProperties: false
34+
description: Configuration for the Cartographer Blueprints package
35+
properties: {}
36+
type: object
37+
delivery:
38+
additionalProperties: false
39+
description: Configuration for the Cartographer Delivery package
40+
properties: {}
41+
type: object
42+
golden_path_web:
43+
additionalProperties: false
44+
description: Configuration for the Cartographer Golden Path Web package
45+
properties: {}
46+
type: object
47+
type: object
48+
cert_manager:
49+
additionalProperties: false
50+
description: Configuration for the Cert Manager package
51+
properties:
52+
namespace:
53+
default: cert-manager
54+
description: The namespace where to install of the Cert Manager package
55+
type: string
56+
type: object
57+
contour:
58+
additionalProperties: false
59+
description: Configuration for the Contour package
60+
properties: {}
61+
type: object
62+
conventions:
63+
additionalProperties: false
64+
description: Configuration for Cartographer Conventions related packages
65+
properties:
66+
spring_boot:
67+
additionalProperties: false
68+
description: Configuration for the Spring Boot Conventions package
69+
properties: {}
70+
type: object
71+
type: object
72+
knative:
73+
additionalProperties: false
74+
description: Configuration for Knative related packages
75+
properties:
76+
serving:
77+
additionalProperties: false
78+
description: Configuration for the Knative Serving package
79+
properties: {}
80+
type: object
81+
type: object
82+
kpack:
83+
additionalProperties: false
84+
description: Configuration for the Kpack package
85+
properties:
86+
kp_default_repository:
87+
default: ""
88+
description: The OCI registry where to publish builder images.
89+
type: string
90+
type: object
91+
metrics_server:
92+
additionalProperties: false
93+
description: Configuration for the Metrics Server package
94+
properties: {}
95+
type: object
96+
namespace_setup:
97+
additionalProperties: false
98+
description: Configuration for the Namespace Setup package
99+
properties: {}
100+
type: object
101+
packages:
102+
additionalProperties: false
103+
description: Configuration for the platform packages
104+
properties:
105+
exclusions:
106+
default: []
107+
description: A list of packages to exclude from being installed
108+
items:
109+
default: ""
110+
type: string
111+
type: array
112+
namespace:
113+
default: ""
114+
description: The namespace where to install the platform
115+
type: string
116+
type: object
117+
secretgen_controller:
118+
additionalProperties: false
119+
description: Configuration for the Secretgen Controller package
120+
properties: {}
121+
type: object
122+
tekton:
123+
additionalProperties: false
124+
description: Configuration for Tekton related packages
125+
properties:
126+
pipelines:
127+
additionalProperties: false
128+
description: Configuration for the Tekton Pipelines package
129+
properties: {}
130+
type: object
131+
type: object
132+
type: object
133+
version: 0.1.0
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: PackageMetadata
3+
metadata:
4+
creationTimestamp: null
5+
name: application-platform.packages.kadras.io
6+
spec:
7+
categories:
8+
- internal developer platform
9+
- application platform
10+
displayName: application-platform
11+
longDescription: A curated set of Carvel packages to build an application platform
12+
or internal developer platform (IDP) on Kubernetes.
13+
maintainers:
14+
- name: Thomas Vitale
15+
providerName: Arktonix
16+
shortDescription: Application platform on Kubernetes.

0 commit comments

Comments
 (0)