From 7993bca7d55564344e4b1ecf1f0e539f1d0b9279 Mon Sep 17 00:00:00 2001 From: reggie-k Date: Tue, 21 Oct 2025 16:07:39 +0300 Subject: [PATCH] fixed CVEs related to webhook and repository credentials Signed-off-by: reggie-k --- charts/argo-cd/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 8cc1ddb94..15a8dbfb0 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v3.1.5-2025-09-29-51be43f7 +appVersion: v3.1.5-2025-10-21-b3254810 kubeVersion: ">=1.25.0-0" description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 8.0.6-11-cap-v3.1.5-2025-09-29-51be43f7 +version: 8.0.6-12-cap-v3.1.5-2025-10-21-b3254810 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: @@ -27,4 +27,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: backport monorepocontroller annotations to acr controller + description: fixed CVEs related to webhook and repository credentials