From c9d408f0cc3a3a0a44315850d6dc417c858ca0f0 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Wed, 14 Aug 2024 20:26:32 +0300 Subject: [PATCH] update app-proxy to `1.2987.1` --- 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 72f38d28..716278cb 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -448,7 +448,7 @@ app-proxy: tag: 1.1.10-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.2969.0 + tag: 1.2987.1 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -456,7 +456,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.2969.0 + tag: 1.2987.1 pullPolicy: IfNotPresent command: - ./init.sh