From 56099b271f843ef8df539bbd6ebe4caca4d1f3dd Mon Sep 17 00:00:00 2001 From: vitaliichyrka Date: Mon, 23 Feb 2026 20:28:39 +0200 Subject: [PATCH 1/2] update argocd v.3.3.2 and cap-app-proxy --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 7da9a297..a9cf6c56 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -19,7 +19,7 @@ dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm condition: argo-cd.enabled - version: 9.4.2 + 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 diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index e35a2cbe..4007911d 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -458,15 +458,15 @@ app-proxy: repository: codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info tag: 1.1.22-main image: - repository: quay.io/codefresh/cap-app-proxy - tag: c7216c5 + repository: quay.io/codefresh/dev/cap-app-proxy + tag: 1.4062.0-fix-upd-argo-cd-to-3-3-0-5daacb6 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: - repository: quay.io/codefresh/cap-app-proxy-init - tag: c7216c5 + repository: quay.io/codefresh/dev/cap-app-proxy-init + tag: 1.4062.0-fix-upd-argo-cd-to-3-3-0-5daacb6 pullPolicy: IfNotPresent command: - ./init.sh From f0ddb86afa29d0840510cd908798d7982ba81ccb Mon Sep 17 00:00:00 2001 From: vitaliichyrka Date: Wed, 25 Feb 2026 12:43:29 +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 4007911d..7337694e 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/dev/cap-app-proxy - tag: 1.4062.0-fix-upd-argo-cd-to-3-3-0-5daacb6 + tag: fix-updating-argocd-3-3-2-stable0-28-da72787 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/dev/cap-app-proxy-init - tag: 1.4062.0-fix-upd-argo-cd-to-3-3-0-5daacb6 + tag: fix-updating-argocd-3-3-2-stable0-28-da72787 pullPolicy: IfNotPresent command: - ./init.sh