From 10ce4bf0ae32a42facbde3b4692ef0f52c1ce7d2 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 18 Dec 2025 17:31:52 +0200 Subject: [PATCH 1/2] Revert "fix: update app-proxy image tags to improve git providers support (#1015)" This reverts commit 11077ac3079cb73609131f3d2b2422f4630ff145. --- 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 ebaab89f..778368bb 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -492,14 +492,14 @@ app-proxy: tag: 1.1.20-main image: repository: quay.io/codefresh/cap-app-proxy - tag: ad8042a + tag: 5f0a3d5 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: ad8042a + tag: 5f0a3d5 pullPolicy: IfNotPresent command: - ./init.sh From 865e3308680ba719b930a3a91036d3a3ccfef5f8 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 18 Dec 2025 17:45:31 +0200 Subject: [PATCH 2/2] bump