Skip to content

Commit b40b413

Browse files
ThomasVitalegithub-actions
andauthored
Update Cartographer Delivery metadata and add version 0.4.0 (#143)
Co-authored-by: github-actions <github-actions@github.com>
1 parent b272f2b commit b40b413

File tree

1 file changed

+43
-0
lines changed
  • repo/packages/cartographer-delivery.packages.kadras.io

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: cartographer-delivery.packages.kadras.io.0.4.0
6+
spec:
7+
refName: cartographer-delivery.packages.kadras.io
8+
releasedAt: "2023-03-19T21:13:33Z"
9+
template:
10+
spec:
11+
deploy:
12+
- kapp: {}
13+
fetch:
14+
- imgpkgBundle:
15+
image: ghcr.io/kadras-io/cartographer-delivery@sha256:53e3f7c26b0b391bb87568025c4d803fff97331b47e3d94626214afa16e9a6fb
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+
delivery_chain:
29+
default: basic
30+
description: 'The type of delivery chain to use when deploying workloads.
31+
Options: `basic`.'
32+
type: string
33+
git_access_secret:
34+
default: git-secret
35+
description: The Secret containing authentication credentials for the Git
36+
repository.
37+
type: string
38+
service_account:
39+
default: default
40+
description: The default `ServiceAccount` used by the delivery chain.
41+
type: string
42+
type: object
43+
version: 0.4.0

0 commit comments

Comments
 (0)