aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorHelen Chen <helen.chen@huawei.com>2018-04-12 15:54:24 -0700
committerHelen Chen <helen.chen@huawei.com>2018-04-12 15:56:47 -0700
commit1451db411e4a03bb5e83b8bd43fce22d8334e755 (patch)
tree3546512ecbca905a794084c0ad14a83caf9d581b /deployment
parent2b7e2c8bbb504075bea7c6ad8ce4997718846ba6 (diff)
Update helm version to 2.7.2.
Change-Id: I14acff5cad357d89de6f93bdf7bb182164676d62 Issue-ID: INT-381 Signed-off-by: Helen Chen <helen.chen@huawei.com>
Diffstat (limited to 'deployment')
-rw-r--r--deployment/heat/onap-oom/k8s_vm_entrypoint.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/heat/onap-oom/k8s_vm_entrypoint.sh b/deployment/heat/onap-oom/k8s_vm_entrypoint.sh
index 14dcf25a0..69380e748 100644
--- a/deployment/heat/onap-oom/k8s_vm_entrypoint.sh
+++ b/deployment/heat/onap-oom/k8s_vm_entrypoint.sh
@@ -34,8 +34,8 @@ sudo mv ./kubectl /usr/local/bin/kubectl
mkdir ~/.kube
# install helm
-wget -q http://storage.googleapis.com/kubernetes-helm/helm-v2.6.1-linux-amd64.tar.gz
-tar -zxvf helm-v2.6.1-linux-amd64.tar.gz
+wget -q http://storage.googleapis.com/kubernetes-helm/helm-v2.7.2-linux-amd64.tar.gz
+tar -zxvf helm-v2.7.2-linux-amd64.tar.gz
sudo mv linux-amd64/helm /usr/local/bin/helm
# Fix virtual memory allocation for onap-log:elasticsearch: