From 9cef68d72124e561f61224f2a8acdae0894e2c0a Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Fri, 27 Mar 2026 10:23:05 +0200 Subject: [PATCH 1/3] chore: fix various security vulnerabilities in 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 7be427ac..c78ee0a5 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -25,7 +25,7 @@ dependencies: version: 9.4.4 - name: argo-workflows repository: https://codefresh-io.github.io/argo-helm - version: 0.45.18-v3.6.7-cap-CR-32333 + version: 0.45.19-v3.6.7-cap-CR-38032 condition: argo-workflows.enabled - name: sealed-secrets repository: https://bitnami-labs.github.io/sealed-secrets/ From c07ed1c7d85e8ab9dbd954bb6bba637768624396 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Fri, 27 Mar 2026 08:26:31 +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 c78ee0a5..ebd1e013 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.72 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.28.3 +version: 0.28.4 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: From c85fb30c82057a4d897eda5ba2a7df1c26232d3c Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Fri, 27 Mar 2026 12:03:04 +0200 Subject: [PATCH 3/3] update alpine/kubectl to 1.35.3 --- charts/gitops-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 90df2451..b3c29da8 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -722,7 +722,7 @@ redis-secret-init: image: registry: docker.io repository: alpine/kubectl - tag: 1.35.0 + tag: 1.35.3 nodeSelector: {} tolerations: [] affinity: {}