You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2019/12/14 07:51:31 UTC

[skywalking-kubernetes] branch typo created (now 3d2470f)

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

tanjian pushed a change to branch typo
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git.


      at 3d2470f  helm dep up skywalking

This branch includes the following new commits:

     new 3d2470f  helm dep up skywalking

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-kubernetes] 01/01: helm dep up skywalking

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch typo
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 3d2470f25068b0307c03980c48d7090d16ea1c5f
Author: JaredTan95 <ji...@daocloud.io>
AuthorDate: Sat Dec 14 15:45:00 2019 +0800

    helm dep up skywalking
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 318ba11..6a2c5b9 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ $ cd chart
 
 $ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
 
-$ helm dep up 
+$ helm dep up skywalking
 
 $ helm install <release_name> skywalking -n <namespace>
 ```
@@ -28,7 +28,7 @@ $ cd chart
 
 $ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
 
-$ helm dep up 
+$ helm dep up skywalking
 
 $ helm install <release_name> skywalking -n <namespace> \
         --set elasticsearch.enabled=false \