fix(argo-cd): Use correct chart icon url (#964)

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
pull/965/head^2 argo-cd-3.25.1
Marco Kilchhofer 2021-10-14 14:40:10 +02:00 committed by GitHub
parent 093a162ab8
commit 965dccf732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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"