fix: Update Argo icon URL for the Helm charts (#193)

* fix: Update Argo icon URL for the Helm charts

The path to the argo.png image has changed in
the Argo repository.

The helm charts icon URL still points to the
old URL which is invalid. The image has moved
from /argo.png to /docs/assets/argo.png.

* chore: bump argocd chart version
This commit is contained in:
Alin Balutoiu 2019-12-23 05:39:02 +01:00 committed by Sean Johnson
parent 2fa31188ed
commit 4e16b77656
4 changed files with 8 additions and 8 deletions

View file

@ -2,8 +2,8 @@ apiVersion: v1
appVersion: "v2.4.3"
description: A Helm chart for Argo Workflows
name: argo
version: 0.6.4
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
version: 0.6.5
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
maintainers:
- name: alexec