From 4e16b7765622d362859215dc6f26e9c5051257fc Mon Sep 17 00:00:00 2001 From: Alin Balutoiu Date: Mon, 23 Dec 2019 05:39:02 +0100 Subject: [PATCH] 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 --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-ci/Chart.yaml | 4 ++-- charts/argo-events/Chart.yaml | 4 ++-- charts/argo/Chart.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 35c09df5..e2afc77c 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v1 appVersion: "1.3.6" description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 1.5.1 +version: 1.5.2 home: https://github.com/argoproj/argo-helm -icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png +icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: - argoproj - argocd diff --git a/charts/argo-ci/Chart.yaml b/charts/argo-ci/Chart.yaml index 3f3230f9..337de899 100644 --- a/charts/argo-ci/Chart.yaml +++ b/charts/argo-ci/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: A Helm chart for Argo-CI name: argo-ci -version: 0.1.5 -icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png +version: 0.1.6 +icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png appVersion: v1.0.0-alpha2 home: https://github.com/argoproj/argo-helm maintainers: diff --git a/charts/argo-events/Chart.yaml b/charts/argo-events/Chart.yaml index f20c8007..996e5148 100644 --- a/charts/argo-events/Chart.yaml +++ b/charts/argo-events/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart to install Argo-Events in k8s Cluster name: argo-events -version: 0.6.0 +version: 0.6.1 keywords: - argo-events - sensor-controller @@ -12,5 +12,5 @@ maintainers: - name: VaibhavPage - name: magaldima appVersion: 0.11 -icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png +icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index afc81e37..694a9c9d 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -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