From e37d8e61e2b2278d8f3f6feddf0c98119adee680 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 17 Aug 2025 10:16:52 +0300 Subject: [PATCH] fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache --- 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 366d81a3..97b82228 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.3706.0 + tag: 1.3709.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3706.0 + tag: 1.3709.0 pullPolicy: IfNotPresent command: - ./init.sh