From 02b78d04f98032180cfb931c2e0e59c43b938d2f Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:17:40 +0000 Subject: [PATCH] [app-proxy]fix: CR-32668 - improved git providers support (runtime patch) --- 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