From e8a04a8ee710bb601d82202efe1c43980eaeeafc Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Sat, 14 Aug 2021 22:37:40 +0200 Subject: [PATCH] Use correct icon url and use a generic maintainer section Signed-off-by: Marco Kilchhofer --- charts/argocd-image-updater/Chart.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/argocd-image-updater/Chart.yaml b/charts/argocd-image-updater/Chart.yaml index 4288ee9d..1ace2616 100644 --- a/charts/argocd-image-updater/Chart.yaml +++ b/charts/argocd-image-updater/Chart.yaml @@ -5,15 +5,14 @@ type: application version: 0.1.0 appVersion: v0.10.1 home: https://github.com/argoproj-labs/argocd-image-updater -icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png +icon: https://argocd-image-updater.readthedocs.io/en/stable/assets/logo.png keywords: - argoproj - argocd - gitops maintainers: - - name: alexec - - name: alexmt - - name: jessesuen + - name: argoproj + url: https://argoproj.github.io/ annotations: artifacthub.io/changes: | - "[Added]: First chart release"