From a8bf3552048cdf392f5052e878a0c74d638892a7 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Wed, 18 Jun 2025 14:13:06 +0300 Subject: [PATCH] feat(app-proxy: 1.3584.0): sources-server integration for getting git manifest during 'validate' query execution to support v2 events --- 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 f617e07d..80fe5545 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -545,7 +545,7 @@ app-proxy: tag: 1.1.13-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3567.0 + tag: 1.3584.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -553,7 +553,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3567.0 + tag: 1.3584.0 pullPolicy: IfNotPresent command: - ./init.sh