From 965dccf732d1e9855a5cbd94205baa39fd2a6a51 Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Thu, 14 Oct 2021 14:40:10 +0200 Subject: [PATCH] fix(argo-cd): Use correct chart icon url (#964) Signed-off-by: Marco Kilchhofer --- 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 4c4859b4..f6e11c37 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 appVersion: 2.1.3 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.25.0 +version: 3.25.1 home: https://github.com/argoproj/argo-helm -icon: https://argoproj.github.io/argo-cd/assets/logo.png +icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: - argoproj - argocd @@ -21,4 +21,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Added]: Uses extraVolumes and extraVolumeMounts for dex server" + - "[Fixed]: Use correct chart icon url"