Skip to content

Commit 3bf5735

Browse files
github-actionsThomasVitale
authored andcommitted
Update Cartographer Delivery metadata and add version 0.1.1
1 parent da6f86a commit 3bf5735

File tree

1 file changed

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

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: cartographer-delivery.packages.kadras.io.0.1.1
6+
spec:
7+
refName: cartographer-delivery.packages.kadras.io
8+
releasedAt: "2022-10-04T12:14:48Z"
9+
template:
10+
spec:
11+
deploy:
12+
- kapp: {}
13+
fetch:
14+
- imgpkgBundle:
15+
image: ghcr.io/arktonix/cartographer-delivery@sha256:ae1240360cc97218b667070c2c470e693bc835a890e72e524c4693a7501ccc32
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+
type: string
32+
git_implementation:
33+
default: go-git
34+
description: The Git implementation used by Flux
35+
type: string
36+
service_account:
37+
default: default
38+
description: The ServiceAccount used by the supply chain
39+
type: string
40+
type: object
41+
version: 0.1.1

0 commit comments

Comments
 (0)