File tree Expand file tree Collapse file tree 6 files changed +88
-68
lines changed Expand file tree Collapse file tree 6 files changed +88
-68
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ kind: Kustomization
33namespace : argocd
44resources :
55 # change to specific release once release 2.3 is merged
6- - https://raw.githubusercontent.com/codefresh-io/argo-cd/231fc56b0894ba622b7234f5523d615c67bf23a1 /manifests/install.yaml
6+ - https://raw.githubusercontent.com/codefresh-io/argo-cd/c143423592f517911b6e626d12022a5742992f39 /manifests/install.yaml
77 - default-rbac.yaml
88images :
99 - name : quay.io/codefresh/argocd
10- newTag : CR-11890-sync-v2.3.4
10+ newTag : CR-11890-sync-v2.3.4-a
1111 - name : quay.io/codefresh/applicationset
1212 newTag : v0.4.2
1313
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ configMapGenerator:
88 - name : codefresh-cm
99 behavior : create
1010 literals :
11- - version=v0.0.317
11+ - version=v0.0.318
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ spec:
107107 path : csdp/hybrid/{{path.basenameNormalized}}
108108 repoURL : https://github.com/codefresh-io/csdp-official-poc.git
109109 targetRevision : RUNTIME_VERSION # replace with runtime version
110+ kustomize :
111+ forceNamespace : true
110112 syncPolicy :
111113 automated :
112114 allowEmpty : true
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ spec:
107107 path : csdp/managed/{{path.basenameNormalized}}
108108 repoURL : https://github.com/codefresh-io/csdp-official-poc.git
109109 targetRevision : RUNTIME_VERSION # replace with runtime version
110+ kustomize :
111+ forceNamespace : true
110112 syncPolicy :
111113 automated :
112114 allowEmpty : true
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : csdp-installer
33description : A Helm chart used for installing a CSDP runtime
44type : application
5- version : 0.1.22
5+ version : 0.1.23
66appVersion : v0.0.11
You can’t perform that action at this time.
0 commit comments