From 1295b3364b020f38f57b7c4e7aaf92f98aea7fd7 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 8 Dec 2025 12:15:46 +0200 Subject: [PATCH] fix: update app-proxy image tags to latest version 1.3982.0 feat: simplify clusters code (https://github.com/codefresh-io/argo-platform/pull/6970) --- 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 c2c0f558..b076d1f9 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -495,14 +495,14 @@ app-proxy: tag: 1.1.17-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3958.0 + tag: 1.3982.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3958.0 + tag: 1.3982.0 pullPolicy: IfNotPresent command: - ./init.sh