From 0e0eee3f8809dfab3da9ea52267b125c23ef84fc Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 13 Oct 2025 11:57:37 +0300 Subject: [PATCH] fix: update app-proxy image tags to 1.3820.0 fix: Deleting cap-app-proxy deployment causes runtime to be down --- 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 eda91e2b6..625e8ab78 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -470,14 +470,14 @@ app-proxy: tag: 1.1.17-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3819.0 + tag: 1.3820.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3819.0 + tag: 1.3820.0 pullPolicy: IfNotPresent command: - ./init.sh