From 6ce44816ccc5ec8e6f4d71e9afe718922a91ec69 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:40:40 +0000 Subject: [PATCH] [app-proxy]fix(app-proxy): retry isc repo pushes after remote errors (#6917) --- 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 74c89cb2..988d0a93 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: 592eb04 + tag: 252277a pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 592eb04 + tag: 252277a pullPolicy: IfNotPresent command: - ./init.sh