From 33f7c240f12ec2ea1d91540308ddbb0fe5216cd7 Mon Sep 17 00:00:00 2001 From: akavalchuk Date: Thu, 22 May 2025 14:16:11 +0200 Subject: [PATCH] fix: update app-proxy to 1.3523.0 - fixed no_changes error --- 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 2b620f62..6331b835 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -545,7 +545,7 @@ app-proxy: tag: 1.1.13-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3515.0 + tag: 1.3523.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -553,7 +553,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3515.0 + tag: 1.3523.0 pullPolicy: IfNotPresent command: - ./init.sh