diff options
author | Cong Phuoc Hoang <hoangphuocbk2.07@gmail.com> | 2018-06-04 00:41:34 +0900 |
---|---|---|
committer | Cong Phuoc Hoang <hoangphuocbk2.07@gmail.com> | 2018-06-04 00:57:26 +0900 |
commit | 6161506e16bc55d191b1d346afe2ff3502bde0a6 (patch) | |
tree | f7656347cd14b2bb60d41756841d563526c22308 /docs | |
parent | 3dd1b4004420360d2643977690da07dc3368bf0d (diff) |
Revise Helm package version from 2.7.2 to 2.8.2
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/oom_user_guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst index fbd3d9ea97..e63120f1c6 100644 --- a/docs/oom_user_guide.rst +++ b/docs/oom_user_guide.rst @@ -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:: |