Skip to content

Commit 4388a5b

Browse files
github-actionsThomasVitale
authored andcommitted
Update Cartographer Golden Path Web metadata and add version 0.1.0
1 parent f2f7e90 commit 4388a5b

File tree

2 files changed

+145
-0
lines changed

2 files changed

+145
-0
lines changed
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: cartographer-golden-path-web.packages.kadras.io.0.1.0
6+
spec:
7+
refName: cartographer-golden-path-web.packages.kadras.io
8+
releasedAt: "2022-10-03T12:35:56Z"
9+
template:
10+
spec:
11+
deploy:
12+
- kapp: {}
13+
fetch:
14+
- imgpkgBundle:
15+
image: ghcr.io/arktonix/artographer-golden-path-web@sha256:21270578f2c96717aed21091372ef3c65966d2bd3798a769222578088b31ad99
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+
cluster_builder:
29+
default: default
30+
description: The ClusterBuilder used by kpack
31+
type: string
32+
git_implementation:
33+
default: go-git
34+
description: The Git implementation used by Flux
35+
type: string
36+
gitops:
37+
additionalProperties: false
38+
description: Configuration for the GitOps steps in the supply chain
39+
properties:
40+
access_secret:
41+
default: git-secret
42+
description: The Secret containing credentials to access the specified
43+
Git repository
44+
type: string
45+
branch:
46+
default: main
47+
description: The branch to use for GitOps activities
48+
type: string
49+
commit_message:
50+
default: Update from Cartographer
51+
description: The commit message to use when pushing configuration changes
52+
to Git
53+
type: string
54+
commit_strategy:
55+
default: direct
56+
description: Whether to commit configuration changes to Git directly
57+
or via a pull request
58+
type: string
59+
pull_request:
60+
additionalProperties: false
61+
properties:
62+
commit_branch:
63+
default: ""
64+
description: The branch to use to open a pull request. If empty,
65+
a random name is generated
66+
type: string
67+
pull_request_body:
68+
default: ""
69+
description: The body of the pull request
70+
type: string
71+
pull_request_title:
72+
default: ""
73+
description: The title of the pull request
74+
type: string
75+
server_kind:
76+
default: ""
77+
description: The type of Git server where to open the pull request
78+
example: github
79+
type: string
80+
x-example-description: Open a pull request on GitHub
81+
type: object
82+
repository_name:
83+
default: ""
84+
description: The name of the Git repository to use for GitOps
85+
type: string
86+
repository_owner:
87+
default: ""
88+
description: The owner of the specified Git repository
89+
type: string
90+
server_address:
91+
default: ""
92+
description: The server hosting the specified Git repository
93+
type: string
94+
user_email:
95+
default: cartographer@kadras.io
96+
description: The email of the user interacting with the Git repository
97+
type: string
98+
user_name:
99+
default: cartographer
100+
description: The name of the user interacting with the Git repository
101+
type: string
102+
type: object
103+
registry:
104+
additionalProperties: false
105+
description: Configuration for the OCI Registry where to store the application
106+
images
107+
properties:
108+
repository:
109+
default: ""
110+
description: The repository under an OCI Registry where to store the
111+
application images
112+
type: string
113+
server:
114+
default: ""
115+
description: The server of the OCI Registry where to store the application
116+
images
117+
type: string
118+
type: object
119+
service_account:
120+
default: default
121+
description: The ServiceAccount used by the supply chain
122+
type: string
123+
supply_chain:
124+
default: basic
125+
description: The type of supply chain to use for this golden path
126+
type: string
127+
type: object
128+
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-golden-path-web.packages.kadras.io
6+
spec:
7+
categories:
8+
- ci/cd
9+
- golden paths
10+
- platform engineering
11+
displayName: cartographer-golden-path-web
12+
longDescription: Cartographer supply chains used to build a golden path for web
13+
applications and functions.
14+
maintainers:
15+
- name: Thomas Vitale
16+
providerName: Arktonix
17+
shortDescription: Golden path for web applications and functions.

0 commit comments

Comments
 (0)