From 8431cdb10df7b64c682f41a842900aae2151739e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 20:46:44 +0800 Subject: [PATCH] [Backport release-1.1] Fix: add Chart icon and url (#2446) * Fix: add Chart icon and url Added an icon and url for KubeVela chart (cherry picked from commit 4dcca2a47f84a91828963c322742fbc807a002b9) * Fix: remove local logo file and use a web image (cherry picked from commit a86bdb9639415c7403b57d8bde0f9d2cdee54b91) Co-authored-by: zzxwill --- charts/vela-core/Chart.yaml | 3 +++ charts/vela-minimal/Chart.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/charts/vela-core/Chart.yaml b/charts/vela-core/Chart.yaml index 66e3db5ca..7e8125caf 100644 --- a/charts/vela-core/Chart.yaml +++ b/charts/vela-core/Chart.yaml @@ -19,3 +19,6 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 0.1.0 + +home: https://kubevela.io +icon: https://kubevela.io/img/logo.jpg diff --git a/charts/vela-minimal/Chart.yaml b/charts/vela-minimal/Chart.yaml index 3ae3d8736..f27625942 100644 --- a/charts/vela-minimal/Chart.yaml +++ b/charts/vela-minimal/Chart.yaml @@ -19,3 +19,6 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 0.1.0 + +home: https://kubevela.io +icon: https://kubevela.io/img/logo.jpg \ No newline at end of file