From dc360dbd09e95a8ef6b1bd983a7269294c604b2d Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Wed, 19 Nov 2025 10:16:22 +0200 Subject: [PATCH] fix: update cap-app-proxy image tags to 1.3943.0 fix(app-proxy): update autoDetectArgoCd to use new values structure (https://github.com/codefresh-io/argo-platform/pull/6901) --- 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 8a17eda3..c39d6479 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: 1.3940.0 + tag: 1.3943.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3940.0 + tag: 1.3943.0 pullPolicy: IfNotPresent command: - ./init.sh