From 01e2d6074bf879e2344379337a09b367472ae34d Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 26 Dec 2024 17:50:25 +0200 Subject: [PATCH] updated app-proxy to 1.3196.4 - hrow original exception in case of NO_CHANGES --- 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 6d51b07..400e9cd 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -438,7 +438,7 @@ app-proxy: tag: 1.1.11-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3192.0 + tag: 1.3196.4 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -446,7 +446,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3192.0 + tag: 1.3196.4 pullPolicy: IfNotPresent command: - ./init.sh