Skip to content

Commit 6989723

Browse files
github-actionsThomasVitale
authored andcommitted
Update Cartographer Blueprints metadata and add version 0.1.0
1 parent 2f3a29e commit 6989723

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: cartographer-blueprints.packages.kadras.io.0.1.0
6+
spec:
7+
refName: cartographer-blueprints.packages.kadras.io
8+
releasedAt: "2022-09-29T21:56:00Z"
9+
template:
10+
spec:
11+
deploy:
12+
- kapp: {}
13+
fetch:
14+
- imgpkgBundle:
15+
image: ghcr.io/arktonix/cartographer-blueprints@sha256:388156fc3c4cff7dd6e3b72643c366377b9303d1421c5498b0aaaeed5902607a
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+
excluded_blueprints:
29+
default: []
30+
description: A list of blueprints and manifests to esclude from being applied.
31+
items:
32+
default: ""
33+
type: string
34+
type: array
35+
type: object
36+
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-blueprints.packages.kadras.io
6+
spec:
7+
categories:
8+
- developer experience
9+
- ci/cd
10+
- platform engineering
11+
displayName: cartographer-blueprints
12+
longDescription: A set of reusable blueprints for Cartographer, a Kubernetes-native
13+
framework to build paved paths to production.
14+
maintainers:
15+
- name: Thomas Vitale
16+
providerName: Arktonix
17+
shortDescription: A set of reusable blueprints for Cartographer.

0 commit comments

Comments
 (0)