From ca66f888d54c22284c49710fe0baa2138f74adaf Mon Sep 17 00:00:00 2001 From: smcavallo Date: Mon, 28 Nov 2022 17:08:31 -0500 Subject: [PATCH] feat(argo-cd): Upgrade argocd to v2.5.3 (#1671) Signed-off-by: smcavallo --- 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 8b52e886..7152bd9f 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v2.5.2 +appVersion: v2.5.3 kubeVersion: ">=1.22.0-0" description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 5.14.2 +version: 5.14.3 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: @@ -23,4 +23,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Deprecated]: Configuration option server.extraArgs."--insecure"" + - "[Changed]: Update to app version 2.5.3"