From ac4dc6df43d5c43f734bbbb4afa70b9193c8a300 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Fri, 4 Feb 2022 10:19:18 +0100 Subject: [PATCH] fix(argo-cd): Update to Argo-CD v2.2.4 (#1124) Signed-off-by: Lucas Bickel --- 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 50b0bcd3..626264ef 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v2.2.3 +appVersion: v2.2.4 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.33.2 +version: 3.33.3 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -21,4 +21,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Changed]: Convert manifests of 'kind: List' to dashes separated documents." + - "[Changed]: Update to Argo-CD v2.2.4"