From 3b8e98d009273339d06dd1463a2e53e5422f2ed2 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Tue, 3 Jun 2025 11:08:20 +0300 Subject: [PATCH] feat: app-proxy 1.3546.0 with git source creation/deletion improvements in event-reporting --- 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 dea184bc..4046e0d6 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -477,7 +477,7 @@ app-proxy: tag: 1.1.13-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3534.0 + tag: 1.3546.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -485,7 +485,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3534.0 + tag: 1.3546.0 pullPolicy: IfNotPresent command: - ./init.sh