From bc16a275c4f8adc8894a480bb6962d4898ded467 Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Wed, 18 Aug 2021 12:01:51 +0200 Subject: [PATCH] fix(argocd-notifications): Use correct chart icon url (#872) Signed-off-by: Marco Kilchhofer Co-authored-by: David J. M. Karlsen --- charts/argocd-notifications/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argocd-notifications/Chart.yaml b/charts/argocd-notifications/Chart.yaml index 0c17c3d6..0ae4fff0 100644 --- a/charts/argocd-notifications/Chart.yaml +++ b/charts/argocd-notifications/Chart.yaml @@ -3,9 +3,9 @@ appVersion: 1.1.1 description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD. name: argocd-notifications type: application -version: 1.4.2 +version: 1.4.3 home: https://github.com/argoproj/argo-helm -icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png +icon: https://argocd-notifications.readthedocs.io/en/stable/assets/logo.png keywords: - argoproj - argocd @@ -15,4 +15,4 @@ maintainers: - name: andyfeller annotations: artifacthub.io/changes: | - - "[Added]: Example for 'defaultTriggers'" + - "[Fixed]: Use correct chart icon url"