Skip to content

Commit 782b4a6

Browse files
chore: update argocd to v3-3-2 (#1112)
* update argocd v.3.3.2 and cap-app-proxy * update cap-app-proxy image tags to fix argocd v3.3.2 compatibility * update cap-app-proxy image tags to fix argocd v3.3.2 compatibility
1 parent 2beb00a commit 782b4a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- name: argo-cd
2020
repository: https://argoproj.github.io/argo-helm
2121
condition: argo-cd.enabled
22-
version: 9.4.2
22+
version: 9.4.4
2323
- name: argo-workflows
2424
repository: https://codefresh-io.github.io/argo-helm
2525
version: 0.45.18-v3.6.7-cap-CR-32333

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,14 +459,14 @@ app-proxy:
459459
tag: 1.1.22-main
460460
image:
461461
repository: quay.io/codefresh/cap-app-proxy
462-
tag: c7216c5
462+
tag: 1536f5e
463463
pullPolicy: IfNotPresent
464464
# -- Extra volume mounts for main container
465465
extraVolumeMounts: []
466466
initContainer:
467467
image:
468468
repository: quay.io/codefresh/cap-app-proxy-init
469-
tag: c7216c5
469+
tag: 1536f5e
470470
pullPolicy: IfNotPresent
471471
command:
472472
- ./init.sh

0 commit comments

Comments
 (0)