From 51bc707ea02743b6f72d87d8ea03802fda81c7d1 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 6 Nov 2025 18:18:31 +0200 Subject: [PATCH] bump app-proxy image to `1.3903.0` feat: remove finalizer from git-source template (https://github.com/codefresh-io/argo-platform/pull/6876/files) --- 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 28b3343b..cb78f86b 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.3899.0 + tag: 1.3903.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3899.0 + tag: 1.3903.0 pullPolicy: IfNotPresent command: - ./init.sh