From 7b52a230e13c2cc6d7cca259d2e3120493ef6fe4 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 18 Sep 2025 11:36:03 +0300 Subject: [PATCH] chore: update cap-app-proxy image tags to 1.3772.0 fix: git-source permissions are not being calculated for fine-grained tokens (https://github.com/codefresh-io/argo-platform/pull/6683) --- 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 06f05df7..861ecd60 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -564,14 +564,14 @@ app-proxy: tag: 1.1.15-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3750.0 + tag: 1.3772.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3750.0 + tag: 1.3772.0 pullPolicy: IfNotPresent command: - ./init.sh