From 242fb681de73f619f0d7995b3a8cfeb22ad65ef6 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 14 Apr 2025 16:30:34 +0300 Subject: [PATCH] feat: update app-proxy image tags to 1.3430.2 --- 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 061bb817..2c644edc 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -525,7 +525,7 @@ app-proxy: tag: 1.1.12-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3419.1 + tag: 1.3430.2 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -533,7 +533,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3419.1 + tag: 1.3430.2 pullPolicy: IfNotPresent command: - ./init.sh