diff --git a/README.md b/README.md index 140a3c6..63a64a4 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 ``` @@ -92,8 +92,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 ``` @@ -113,8 +113,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 537d0dd..97065c3 100644 --- a/chart/adapter/Chart.yaml +++ b/chart/adapter/Chart.yaml @@ -20,7 +20,7 @@ version: 0.8.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: hanahmily@gmail.com diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml index 901f05c..5400c19 100644 --- a/chart/operator/Chart.yaml +++ b/chart/operator/Chart.yaml @@ -20,7 +20,7 @@ version: 0.8.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: hanahmily@gmail.com diff --git a/chart/skywalking/Chart.yaml b/chart/skywalking/Chart.yaml index 0353726..b236d8d 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: hanahmily@gmail.com