This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-helm.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d27c63  update repository (#132)
5d27c63 is described below

commit 5d27c632ec95f2ce9a7edbfa5fa128551d8bc9e0
Author: Harry <[email protected]>
AuthorDate: Mon Oct 9 10:26:33 2023 +0800

    update repository (#132)
---
 README.md                   | 12 ++++++------
 chart/adapter/Chart.yaml    |  2 +-
 chart/operator/Chart.yaml   |  2 +-
 chart/skywalking/Chart.yaml |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 8a26bf3..c92e316 100644
--- a/README.md
+++ b/README.md
@@ -60,8 +60,8 @@ This is needed **only** when you want to install SkyWalking 
from master branch.
 
 ```shell script
 export REPO=chart
-git clone https://github.com/apache/skywalking-kubernetes
-cd skywalking-kubernetes
+git clone https://github.com/apache/skywalking-helm
+cd skywalking-helm
 helm repo add elastic https://helm.elastic.co
 helm dep up ${REPO}/skywalking
 ```
@@ -76,8 +76,8 @@ You can install the Adapter with the default configuration as 
follows.
 
 ```shell script
 export REPO=chart
-git clone https://github.com/apache/skywalking-kubernetes
-cd skywalking-kubernetes
+git clone https://github.com/apache/skywalking-helm
+cd skywalking-helm
 helm -n skywalking-custom-metrics-system install adapter ${REPO}/adapter 
--create-namespace
 ```
 
@@ -97,8 +97,8 @@ You can install the Operator with the default configuration 
as follows.
 
 ```shell script
 export REPO=chart
-git clone https://github.com/apache/skywalking-kubernetes
-cd skywalking-kubernetes
+git clone https://github.com/apache/skywalking-helm
+cd skywalking-helm
 helm -n skywalking-swck-system install operator ${REPO}/operator
 ```
 
diff --git a/chart/adapter/Chart.yaml b/chart/adapter/Chart.yaml
index 21d3550..3a0ac7c 100644
--- a/chart/adapter/Chart.yaml
+++ b/chart/adapter/Chart.yaml
@@ -20,7 +20,7 @@ version: 0.7.0
 description: Provide custom metrics coming from SkyWalking OAP cluster for 
autoscaling by Kubernetes HPA
 icon: 
https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg
 sources:
-  - https://github.com/apache/skywalking-kubernetes
+  - https://github.com/apache/skywalking-helm
 maintainers:
   - name: hanahmily
     email: [email protected]
diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml
index b7e3693..3b98943 100644
--- a/chart/operator/Chart.yaml
+++ b/chart/operator/Chart.yaml
@@ -20,7 +20,7 @@ version: 0.7.0
 description: Provision and maintain SkyWalking backend components
 icon: 
https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg
 sources:
-  - https://github.com/apache/skywalking-kubernetes
+  - https://github.com/apache/skywalking-helm
 maintainers:
   - name: hanahmily
     email: [email protected]
diff --git a/chart/skywalking/Chart.yaml b/chart/skywalking/Chart.yaml
index a6427d0..6951033 100644
--- a/chart/skywalking/Chart.yaml
+++ b/chart/skywalking/Chart.yaml
@@ -20,7 +20,7 @@ version: 4.5.0
 description: Helm Chart for Apache SkyWalking
 icon: 
https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg
 sources:
-  - https://github.com/apache/skywalking-kubernetes
+  - https://github.com/apache/skywalking-helm
 maintainers:
   - name: hanahmily
     email: [email protected]

Reply via email to