fix(argocd-notifications): Use correct chart icon url (#872)

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
Marco Kilchhofer 2021-08-18 12:01:51 +02:00 committed by GitHub
parent de3cbd960e
commit bc16a275c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,9 @@ appVersion: 1.1.1
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD. description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
name: argocd-notifications name: argocd-notifications
type: application type: application
version: 1.4.2 version: 1.4.3
home: https://github.com/argoproj/argo-helm 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: keywords:
- argoproj - argoproj
- argocd - argocd
@ -15,4 +15,4 @@ maintainers:
- name: andyfeller - name: andyfeller
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- "[Added]: Example for 'defaultTriggers'" - "[Fixed]: Use correct chart icon url"