From 040a8c5a588a2e5830fbe1998c45bd429bdb089f Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 19 Sep 2024 10:31:52 +0300 Subject: [PATCH] update app-proxy to `1.3056.1` - search repos by url (#289) --- 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 528d6ff..0172d0c 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -415,7 +415,7 @@ app-proxy: tag: 1.1.10-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3045.0 + tag: 1.3056.1 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -423,7 +423,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3045.0 + tag: 1.3056.1 pullPolicy: IfNotPresent command: - ./init.sh