From f77f5d9bdc71394e239f5be6922344ae6e62cbca Mon Sep 17 00:00:00 2001 From: Denys Melnyk Date: Tue, 25 Mar 2025 12:56:11 +0200 Subject: [PATCH] feat: bump app-proxy to 1.3389.0 --- 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 57e00a0f..cc65f593 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -493,7 +493,7 @@ app-proxy: tag: 1.1.12-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3362.0 + tag: 1.3389.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -501,7 +501,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3362.0 + tag: 1.3389.0 pullPolicy: IfNotPresent command: - ./init.sh