Skip to content

Commit ea0c632

Browse files
github-actionsThomasVitale
authored andcommitted
Update Namespace Setup metadata and add version 0.1.0
1 parent 3bf5735 commit ea0c632

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: namespace-setup.packages.kadras.io.0.1.0
6+
spec:
7+
refName: namespace-setup.packages.kadras.io
8+
releasedAt: "2022-10-04T12:22:40Z"
9+
template:
10+
spec:
11+
deploy:
12+
- kapp: {}
13+
fetch:
14+
- imgpkgBundle:
15+
image: ghcr.io/arktonix/namespace-setup@sha256:2ecd63315d79b822ef0ca074e1b38c876007d9c5cdb88e5e770c01ecf42ab0ea
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+
gitops:
29+
additionalProperties: false
30+
description: Configuration to access the Git repositories used in the GitOps
31+
workflows
32+
properties:
33+
password:
34+
default: ""
35+
description: The password for the Git server used in the GitOps workflows
36+
type: string
37+
server:
38+
default: https://github.com
39+
description: The Git server hosting the Git repositories used in the
40+
GitOps workflows
41+
type: string
42+
username:
43+
default: ""
44+
description: The username for the Git server used in the GitOps workflows
45+
type: string
46+
type: object
47+
namespaces:
48+
default: []
49+
description: Configuration for developer namespaces
50+
items:
51+
additionalProperties: false
52+
description: Details about the namespace to configure
53+
properties:
54+
exists:
55+
default: false
56+
type: boolean
57+
name:
58+
default: ""
59+
type: string
60+
type: object
61+
type: array
62+
registry:
63+
additionalProperties: false
64+
description: Configuration to access the OCI registry where the Kadras packages
65+
are stored
66+
properties:
67+
password:
68+
default: ""
69+
description: The password for the OCI registry server where the Kadras
70+
packages are stored
71+
type: string
72+
server:
73+
default: ""
74+
description: The OCI registry server where the Kadras packages are stored
75+
type: string
76+
username:
77+
default: ""
78+
description: The username for the OCI registry server where the Kadras
79+
packages are stored
80+
type: string
81+
type: object
82+
type: object
83+
version: 0.1.0
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: PackageMetadata
3+
metadata:
4+
creationTimestamp: null
5+
name: namespace-setup.packages.kadras.io
6+
spec:
7+
displayName: namespace-setup
8+
longDescription: namespace-setup.packages.kadras.io
9+
shortDescription: namespace-setup.packages.kadras.io

0 commit comments

Comments
 (0)