Skip to content

Commit 2532fe9

Browse files
committed
using forceNamespace argocd 2.3
1 parent ba91606 commit 2532fe9

File tree

6 files changed

+88
-68
lines changed

6 files changed

+88
-68
lines changed

csdp/base/argo-cd/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ kind: Kustomization
33
namespace: argocd
44
resources:
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
88
images:
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

csdp/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

csdp/hybrid/appset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

csdp/managed/appset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

installer/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: csdp-installer
33
description: A Helm chart used for installing a CSDP runtime
44
type: application
5-
version: 0.1.22
5+
version: 0.1.23
66
appVersion: v0.0.11

0 commit comments

Comments
 (0)