From 9a46203b0e2aa4e327c0ea040905dbf3085adb9e Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 3 Dec 2024 15:43:35 +0200 Subject: [PATCH 1/2] update gitops-opeartor to 0.3.14 - monitor suspended workflows for closed PRs --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 7625a85a..b39adaeb 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -38,7 +38,7 @@ dependencies: condition: tunnel-client.enabled - name: codefresh-gitops-operator repository: oci://quay.io/codefresh/charts - version: 0.3.13 + version: 0.3.14 alias: gitops-operator condition: gitops-operator.enabled - name: garage From 2154120e682bede429f69d3fa7f2e59e57bb294f Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 3 Dec 2024 15:43:35 +0200 Subject: [PATCH 2/2] update app-proxy to 1.3167.0 - support periodic PR check from gitops-operator, update base image to node.js@22 --- 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 7eba7e7d..fc1cf4e3 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -440,7 +440,7 @@ app-proxy: tag: 1.1.11-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3146.0 + tag: 1.3167.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -448,7 +448,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3146.0 + tag: 1.3167.0 pullPolicy: IfNotPresent command: - ./init.sh