From 4e9fd08578e246e9e3ff942aee8a77b91358c6b6 Mon Sep 17 00:00:00 2001 From: innerpeacez Date: Tue, 8 Oct 2019 17:53:16 +0800 Subject: [PATCH] modify logo url --- helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml | 2 +- helm-chart/helm2/6.1.0/skywalking/Chart.yaml | 2 +- helm-chart/helm3/6.3.0/skywalking/Chart.yaml | 2 +- helm-chart/helm3/6.4.0/skywalking/Chart.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml b/helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml index 566ff3c..7b789d3 100644 --- a/helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml +++ b/helm-chart/helm2/6.0.0-GA/skywalking/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v1 appVersion: 6.0.0-GA description: Apache SkyWalking APM System version: 0.1.0 -icon: https://github.com/apache/skywalking-kubernetes/blob/master/logo/skywalking-logo2.png +icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg maintainers: - name: innerpeacez email: innerpeace.zhai@gmail.com diff --git a/helm-chart/helm2/6.1.0/skywalking/Chart.yaml b/helm-chart/helm2/6.1.0/skywalking/Chart.yaml index 5c9a852..ee48132 100644 --- a/helm-chart/helm2/6.1.0/skywalking/Chart.yaml +++ b/helm-chart/helm2/6.1.0/skywalking/Chart.yaml @@ -4,7 +4,7 @@ home: https://www.elastic.co/products/elasticsearch version: 0.1.0 appVersion: 6.1.0 description: Apache SkyWalking APM System -icon: https://github.com/apache/skywalking-website/blob/master/docs/.vuepress/public/assets/logo.svg +icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg sources: - https://github.com/apache/skywalking-kubernetes maintainers: diff --git a/helm-chart/helm3/6.3.0/skywalking/Chart.yaml b/helm-chart/helm3/6.3.0/skywalking/Chart.yaml index 8657909..8761668 100644 --- a/helm-chart/helm3/6.3.0/skywalking/Chart.yaml +++ b/helm-chart/helm3/6.3.0/skywalking/Chart.yaml @@ -4,7 +4,7 @@ home: https://skywalking.apache.org version: 0.1.0 appVersion: 6.3.0 description: Apache SkyWalking APM System -icon: https://github.com/apache/skywalking-website/blob/master/docs/.vuepress/public/assets/logo.svg +icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg sources: - https://github.com/apache/skywalking-kubernetes maintainers: diff --git a/helm-chart/helm3/6.4.0/skywalking/Chart.yaml b/helm-chart/helm3/6.4.0/skywalking/Chart.yaml index 0e44bc2..57e0ba6 100644 --- a/helm-chart/helm3/6.4.0/skywalking/Chart.yaml +++ b/helm-chart/helm3/6.4.0/skywalking/Chart.yaml @@ -4,7 +4,7 @@ home: https://skywalking.apache.org version: 0.1.1 appVersion: 6.4.0 description: Apache SkyWalking APM System -icon: https://github.com/apache/skywalking-website/blob/master/docs/.vuepress/public/assets/logo.svg +icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg sources: - https://github.com/apache/skywalking-kubernetes maintainers: -- GitLab