From 4315c1cfd698b19c15eabcb51c68a9c597c7e9aa Mon Sep 17 00:00:00 2001 From: Kim Date: Thu, 10 Apr 2025 11:28:07 +0300 Subject: [PATCH] feat: updated app-proxy to 1.3419.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 73aba1df..061bb817 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.3389.0 + tag: 1.3419.1 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.3389.0 + tag: 1.3419.1 pullPolicy: IfNotPresent command: - ./init.sh