Skip to content

Commit 5d396f8

Browse files
github-actionsThomasVitale
authored andcommitted
Update Cartographer Delivery metadata and add version 0.1.0
1 parent 4388a5b commit 5d396f8

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-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.0
6+
spec:
7+
refName: cartographer-delivery.packages.kadras.io
8+
releasedAt: "2022-10-03T12:40:38Z"
9+
template:
10+
spec:
11+
deploy:
12+
- kapp: {}
13+
fetch:
14+
- imgpkgBundle:
15+
image: ghcr.io/arktonix/cartographer-golden-paths/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.0
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: PackageMetadata
3+
metadata:
4+
creationTimestamp: null
5+
name: cartographer-delivery.packages.kadras.io
6+
spec:
7+
categories:
8+
- ci/cd
9+
- gitops
10+
- deployment
11+
displayName: cartographer-delivery
12+
longDescription: A basic Cartographer delivery chain to deploy workloads either
13+
using a GitOps or RegistryOps approach.
14+
maintainers:
15+
- name: Thomas Vitale
16+
providerName: Arktonix
17+
shortDescription: Deployment with GitOps/RegistryOps.

0 commit comments

Comments
 (0)