From 2a5e39da44541d0ab912552f2d3ed2cc83010170 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Fri, 27 Mar 2026 10:17:10 +0200 Subject: [PATCH 1/2] 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 84ca5ffd..3e479577 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -20,7 +20,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 971fc01af77ca82e7c692be9c6c669a16354aa99 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Fri, 27 Mar 2026 11:59:46 +0200 Subject: [PATCH 2/2] 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 cf51b072..55b2a871 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.1 + tag: 1.35.3 nodeSelector: {} tolerations: [] affinity: {}