Fix icon url
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
30fde5893d
commit
20641bb128
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ appVersion: "v1.0.2"
|
|||
description: A Helm chart for Argo Rollouts
|
||||
name: argo-rollouts
|
||||
version: 1.0.4
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
||||
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
maintainers:
|
||||
- name: alexmt
|
||||
|
@ -12,3 +12,4 @@ maintainers:
|
|||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Fixed]: Add missing liveness and readiness probes"
|
||||
- "[Changed]: Fix icon url"
|
||||
|
|
Loading…
Reference in a new issue