From 5b5be0c296c4c5fe9dc32296fd77e5b408c4cedd Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 15 Jul 2025 18:15:21 +0300 Subject: [PATCH] chore: update app-proxy image tags to 1.3642.0 fix: allow concurrent reading of git repo file content ([#6473](https://github.com/codefresh-io/argo-platform/issues/6473)) --- 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 ea76ee04..7e709660 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -552,7 +552,7 @@ app-proxy: tag: 1.1.14-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3636.0-6119302 + tag: 1.3642.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -560,7 +560,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3636.0-6119302 + tag: 1.3642.0 pullPolicy: IfNotPresent command: - ./init.sh