From 2053d02778bcac78b0eacb59d4c6c0119442fb5c Mon Sep 17 00:00:00 2001 From: Sasha Kavalchuk Date: Thu, 18 Dec 2025 14:17:35 +0100 Subject: [PATCH] fix: update app-proxy image tags to latest version to improve git providers support --- 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 22ff23e99..a3532e897 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -495,14 +495,14 @@ app-proxy: tag: 1.1.17-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3982.0 + tag: 1.3999.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3982.0 + tag: 1.3999.0 pullPolicy: IfNotPresent command: - ./init.sh