From bd7fcff436c4219e63524d05b46c1e8ff586b14c Mon Sep 17 00:00:00 2001 From: Sasha Kavalchuk Date: Thu, 18 Dec 2025 14:21:59 +0100 Subject: [PATCH] fix: update app-proxy image tags 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 6905ebf05..c520d5e43 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -492,14 +492,14 @@ app-proxy: tag: 1.1.17-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 5f0a3d5 + tag: ad8042a pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 5f0a3d5 + tag: ad8042a pullPolicy: IfNotPresent command: - ./init.sh