File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
repo/packages/argo-cd.packages.kadras.io Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : data.packaging.carvel.dev/v1alpha1
2+ kind : Package
3+ metadata :
4+ creationTimestamp : null
5+ name : argo-cd.packages.kadras.io.2.5.1
6+ spec :
7+ licenses :
8+ - Apache 2.0
9+ refName : argo-cd.packages.kadras.io
10+ releaseNotes : https://github.com/argoproj/argo-cd/releases
11+ releasedAt : " 2022-11-06T13:12:28Z"
12+ template :
13+ spec :
14+ deploy :
15+ - kapp : {}
16+ fetch :
17+ - imgpkgBundle :
18+ image : ghcr.io/arktonix/package-for-argo-cd@sha256:f0880ad6fdfaf80a49f331abefff202b3f57940a9c8e69037df3f54cc8d0fcc1
19+ template :
20+ - ytt :
21+ paths :
22+ - config
23+ - kbld :
24+ paths :
25+ - ' -'
26+ - .imgpkg/images.yml
27+ valuesSchema :
28+ openAPIv3 :
29+ additionalProperties : false
30+ properties :
31+ namespace :
32+ default : argocd
33+ description : The namespace where to install Argo CD
34+ type : string
35+ service :
36+ additionalProperties : false
37+ description : Service configuration for the Argo CD Server
38+ properties :
39+ type :
40+ default : ClusterIP
41+ description : The Service type for the Argo CD Server
42+ type : string
43+ type : object
44+ type : object
45+ version : 2.5.1
You can’t perform that action at this time.
0 commit comments