From 0875f450502e0598fda21202c17895b24214857e Mon Sep 17 00:00:00 2001 From: vitaliichyrka Date: Wed, 21 May 2025 16:27:05 +0300 Subject: [PATCH] updated app-proxy with security fixes --- 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 9cb07ec2..74fd8bef 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -549,7 +549,7 @@ app-proxy: tag: 1.1.13-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3514.0 + tag: 1.3515.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -557,7 +557,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3514.0 + tag: 1.3515.0 pullPolicy: IfNotPresent command: - ./init.sh