From 7c5460bd610655ddca4a560e67381a43fd9e93df Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Wed, 30 Jul 2025 08:03:12 +0300 Subject: [PATCH] chore: update cap-app-proxy image tags to 1.3680.0 - fix: return the pushed commit sha (#6560) --- 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 03c22054..10bce077 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -564,14 +564,14 @@ app-proxy: tag: 1.1.14-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3674.0 + tag: 1.3680.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3674.0 + tag: 1.3680.0 pullPolicy: IfNotPresent command: - ./init.sh