From 507c8326baeabb82ad23c5b6fe72f378e7f26078 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Fri, 21 Nov 2025 16:36:48 +0200 Subject: [PATCH 1/3] chore: Fix security vulnerabilities for argo-workflows --- 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 d04f4099..5dc37f43 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -28,7 +28,7 @@ dependencies: version: 2.4.9-cap-CR-30841 - name: argo-workflows repository: https://codefresh-io.github.io/argo-helm - version: 0.45.16-v3.6.7-cap-CR-30835 + version: 0.45.17-v3.6.7-cap-CR-31761 condition: argo-workflows.enabled - name: argo-rollouts repository: https://codefresh-io.github.io/argo-helm From 4bd17fe962d48ed80420c4fa3d48fa0923347256 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Fri, 21 Nov 2025 14:39:08 +0000 Subject: [PATCH 2/3] CI Automatic commit - align Chart version --- 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 5dc37f43..293f2cdd 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.77 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: '0.25.1' +version: '0.25.2' home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: From c29f96cb86c1cd47198924f58a9cee91a0bfa725 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Tue, 25 Nov 2025 20:46:29 +0200 Subject: [PATCH 3/3] fix(app-proxy): added app resources actions request support for argo-cd 3.1 --- 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 51890e44..cb875c21 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -565,14 +565,14 @@ app-proxy: tag: 1.1.17-main image: repository: quay.io/codefresh/cap-app-proxy - tag: '0655469' + tag: 'e840ed4' pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: '0655469' + tag: 'e840ed4' pullPolicy: IfNotPresent command: - ./init.sh