From 691bd90e2bff82aaeae2c00d997697b6adb94ace Mon Sep 17 00:00:00 2001 From: vitaliichyrka Date: Wed, 25 Feb 2026 08:56:53 +0200 Subject: [PATCH 1/2] update argocd v.3.3.2 --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 575581f7..901d1c4c 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -17,7 +17,7 @@ dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm condition: argo-cd.enabled - version: 9.3.0 + version: 9.4.4 - name: argo-workflows repository: https://codefresh-io.github.io/argo-helm version: 0.45.18-v3.6.7-cap-CR-32333 From 3cd6f0d6b737fb42476768aeebfcec8c0d7d49a7 Mon Sep 17 00:00:00 2001 From: vitaliichyrka Date: Mon, 2 Mar 2026 15:08:48 +0200 Subject: [PATCH 2/2] update cap-app-proxy image tags to fix argocd v3.3.2 compatibility --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index e8b0020d..dba3a5a5 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -459,14 +459,14 @@ app-proxy: tag: 1.1.22-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.4058.0 + tag: 1.4067.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.4058.0 + tag: 1.4067.0 pullPolicy: IfNotPresent command: - ./init.sh