From 44d89e7df96204c988a5bf0a8d4d3d47005e74b4 Mon Sep 17 00:00:00 2001 From: Kostis Kapelonis Date: Tue, 24 Feb 2026 11:18:45 +0200 Subject: [PATCH] chore: security fix for golang 1.24 and k8s client Signed-off-by: Kostis Kapelonis --- charts/argo-rollouts/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-rollouts/Chart.yaml b/charts/argo-rollouts/Chart.yaml index d4e1d15a6..5cf5846fd 100644 --- a/charts/argo-rollouts/Chart.yaml +++ b/charts/argo-rollouts/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v1.7.2-cap-CR-31756 +appVersion: v1.7.2-cap-CR-37067 description: A Helm chart for Argo Rollouts name: argo-rollouts -version: 2.37.3-8-v1.7.2-cap-CR-31756 +version: 2.37.3-9-v1.7.2-cap-CR-37067 home: https://github.com/argoproj/argo-helm icon: https://argoproj.github.io/argo-rollouts/assets/logo.png keywords: @@ -19,4 +19,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Security fixes for Argo Rollouts v1.7.2 k8s client + description: Security fixes for Argo Rollouts v1.7.2 Golang and k8s client