From 0b6febd475d3387ec81f2dc07704ed30d3f8f0d7 Mon Sep 17 00:00:00 2001 From: akavalchuk Date: Thu, 15 May 2025 12:32:53 +0200 Subject: [PATCH 1/4] feat: update app-proxy to 1.3498.0 - improved error messages if they contain cause --- 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 c014d9ea..fc36a89a 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -537,7 +537,7 @@ app-proxy: tag: 1.1.13-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3497.0 + tag: 1.3498.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -545,7 +545,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3497.0 + tag: 1.3498.0 pullPolicy: IfNotPresent command: - ./init.sh From c773f51b7945090d44a82ad1a8df0f79deff1236 Mon Sep 17 00:00:00 2001 From: Sasha Kavalchuk Date: Mon, 19 May 2025 12:49:42 +0200 Subject: [PATCH 2/4] trigger From e07edda76cde0555117146f8e1c3ec700d3d556c Mon Sep 17 00:00:00 2001 From: Sasha Kavalchuk Date: Mon, 19 May 2025 14:22:49 +0200 Subject: [PATCH 3/4] trigger From fb3d1d51d511a3aacdf60e96e05b1ac3607f8aec Mon Sep 17 00:00:00 2001 From: Sasha Kavalchuk Date: Mon, 19 May 2025 15:24:54 +0200 Subject: [PATCH 4/4] trigger