From 3aba2ba35665e6c188ee525922016546f9522d79 Mon Sep 17 00:00:00 2001 From: "codefresh-v2-pipelines[bot]" <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:11:50 +0300 Subject: [PATCH] [app-proxy]fix(app-proxy): Deleting cap-app-proxy deployment causes runtime to be down (to stable) --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 9c8b2dab..9294e606 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -565,7 +565,7 @@ app-proxy: tag: 1.1.17-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 5aaaae7 + tag: 0eb07df pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: []