Skip to content

Commit 079dcc5

Browse files
committed
bumped chart to 0.1.24
1 parent 2532fe9 commit 079dcc5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

csdp/base/argo-cd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resources:
77
- default-rbac.yaml
88
images:
99
- name: quay.io/codefresh/argocd
10-
newTag: CR-11890-sync-v2.3.4-a
10+
newTag: CR-11890-sync-v2.3.4
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.318
11+
- version=v0.0.319

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.23
5+
version: 0.1.24
66
appVersion: v0.0.11

installer/helm/templates/argo-cd/install.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10181,7 +10181,7 @@ spec:
1018110181
- -n
1018210182
- /usr/local/bin/argocd
1018310183
- /shared/argocd-dex
10184-
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4-a
10184+
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
1018510185
imagePullPolicy: Always
1018610186
name: copyutil
1018710187
volumeMounts:
@@ -10214,7 +10214,7 @@ spec:
1021410214
containers:
1021510215
- command:
1021610216
- argocd-notifications
10217-
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4-a
10217+
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
1021810218
imagePullPolicy: Always
1021910219
livenessProbe:
1022010220
tcpSocket:
@@ -10411,7 +10411,7 @@ spec:
1041110411
value: /helm-working-dir
1041210412
- name: HELM_DATA_HOME
1041310413
value: /helm-working-dir
10414-
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4-a
10414+
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
1041510415
imagePullPolicy: Always
1041610416
livenessProbe:
1041710417
failureThreshold: 3
@@ -10460,7 +10460,7 @@ spec:
1046010460
- -n
1046110461
- /usr/local/bin/argocd
1046210462
- /var/run/argocd/argocd-cmp-server
10463-
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4-a
10463+
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
1046410464
name: copyutil
1046510465
volumeMounts:
1046610466
- mountPath: /var/run/argocd
@@ -10683,7 +10683,7 @@ spec:
1068310683
key: server.http.cookie.maxnumber
1068410684
name: argocd-cmd-params-cm
1068510685
optional: true
10686-
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4-a
10686+
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
1068710687
imagePullPolicy: Always
1068810688
livenessProbe:
1068910689
httpGet:
@@ -10873,7 +10873,7 @@ spec:
1087310873
key: controller.default.cache.expiration
1087410874
name: argocd-cmd-params-cm
1087510875
optional: true
10876-
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4-a
10876+
image: quay.io/codefresh/argocd:CR-11890-sync-v2.3.4
1087710877
imagePullPolicy: Always
1087810878
livenessProbe:
1087910879
httpGet:

0 commit comments

Comments
 (0)