From 5dcc6e696fac2122824c48d1221f99fcbc2ac649 Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Mon, 13 Sep 2021 18:35:11 +0200 Subject: [PATCH] Update: changelog Signed-off-by: Nicolas Lamirault --- charts/argo-cd/Chart.yaml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 85e965a5..99d06843 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,10 +1,10 @@ apiVersion: v2 -appVersion: 2.0.0 +appVersion: 2.1.2 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.3.0 +version: 3.18.0 home: https://github.com/argoproj/argo-helm -icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png +icon: https://argoproj.github.io/argo-cd/assets/logo.png keywords: - argoproj - argocd @@ -14,8 +14,11 @@ maintainers: - name: alexmt - name: jessesuen - name: seanson -# dependencies: -# - name: redis-ha -# version: 4.12.14 -# repository: https://dandydeveloper.github.io/charts/ -# condition: redis-ha.enabled +dependencies: + - name: redis-ha + version: 4.12.17 + repository: https://dandydeveloper.github.io/charts/ + condition: redis-ha.enabled +annotations: + artifacthub.io/changes: | + - "[Changed]: Support for additional labels"