Revise Helm package version from 2.7.2 to 2.8.2 73/50073/1
authorCong Phuoc Hoang <hoangphuocbk2.07@gmail.com>
Sun, 3 Jun 2018 15:41:34 +0000 (00:41 +0900)
committerCong Phuoc Hoang <hoangphuocbk2.07@gmail.com>
Sun, 3 Jun 2018 15:57:26 +0000 (00:57 +0900)
When tiller version is 2.8.2, helm should be updated.

Change-Id: Iaad073bab95b3773b80b57ae5bf740c1bac9bf27
Signed-off-by: Phuoc Hoang <hoangphuocbk2.07@gmail.com>
Issue-ID: OOM-1119

docs/oom_user_guide.rst

index fbd3d9e..e63120f 100644 (file)
@@ -75,8 +75,8 @@ Install Helm
 ~~~~~~~~~~~~
 Helm is used by OOM for package and configuration management. To install Helm, enter the following::
 
-  > wget http://storage.googleapis.com/kubernetes-helm/helm-v2.7.2-linux-amd64.tar.gz
-  > tar -zxvf helm-v2.7.2-linux-amd64.tar.gz
+  > wget http://storage.googleapis.com/kubernetes-helm/helm-v2.8.2-linux-amd64.tar.gz
+  > tar -zxvf helm-v2.8.2-linux-amd64.tar.gz
   > sudo mv linux-amd64/helm /usr/local/bin/helm
 
 Verify the Helm version with::