From 3c88814bb44558d908bd3265c2f8159ba40aec4a Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Tue, 5 Nov 2024 19:32:57 +0200 Subject: [PATCH] feat: bump app-proxy to `1.3142.0` with refresh in-cluster app after any related commit --- 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 b7416d9e..f557cad3 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -428,7 +428,7 @@ app-proxy: tag: 1.1.11-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3138.0 + tag: 1.3142.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -436,7 +436,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3138.0 + tag: 1.3142.0 pullPolicy: IfNotPresent command: - ./init.sh