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
3
3
namespace : argocd
4
4
resources :
5
5
# 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
7
7
- default-rbac.yaml
8
8
images :
9
9
- name : quay.io/codefresh/argocd
10
- newTag : CR-11890-sync-v2.3.4
10
+ newTag : CR-11890-sync-v2.3.4-a
11
11
- name : quay.io/codefresh/applicationset
12
12
newTag : v0.4.2
13
13
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ configMapGenerator:
8
8
- name : codefresh-cm
9
9
behavior : create
10
10
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:
107
107
path : csdp/hybrid/{{path.basenameNormalized}}
108
108
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
109
109
targetRevision : RUNTIME_VERSION # replace with runtime version
110
+ kustomize :
111
+ forceNamespace : true
110
112
syncPolicy :
111
113
automated :
112
114
allowEmpty : true
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ spec:
107
107
path : csdp/managed/{{path.basenameNormalized}}
108
108
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
109
109
targetRevision : RUNTIME_VERSION # replace with runtime version
110
+ kustomize :
111
+ forceNamespace : true
110
112
syncPolicy :
111
113
automated :
112
114
allowEmpty : true
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : csdp-installer
3
3
description : A Helm chart used for installing a CSDP runtime
4
4
type : application
5
- version : 0.1.22
5
+ version : 0.1.23
6
6
appVersion : v0.0.11
You can’t perform that action at this time.
0 commit comments