From d1b3808e3a5b9b22fb7dd9c0899417660b5ee1f6 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 13 Oct 2025 10:04:59 +0300 Subject: [PATCH] fix: update app-proxy image tags to 1.3819.0 fix: use 'default' for ProviderError integration name (https://github.com/codefresh-io/argo-platform/pull/6759) --- 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 1f47b9c6..eda91e2b 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -470,14 +470,14 @@ app-proxy: tag: 1.1.17-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3816.0 + tag: 1.3819.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3816.0 + tag: 1.3819.0 pullPolicy: IfNotPresent command: - ./init.sh