From a1b92c285607f60742bf5e1fc43eb288fe52756b Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Wed, 25 Jun 2025 15:16:03 +0300 Subject: [PATCH] chore: update app-proxy image tags to 1.3600.0 - fix check for pull-merge --- 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 1462b6e1..eedfbcff 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.3591.0 + tag: 1.3600.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.3591.0 + tag: 1.3600.0 pullPolicy: IfNotPresent command: - ./init.sh