From: Helen Chen Date: Thu, 12 Apr 2018 22:54:24 +0000 (-0700) Subject: Update helm version to 2.7.2. X-Git-Tag: sniroemulator-1.0.0~158 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F42617%2F1;p=integration.git Update helm version to 2.7.2. Change-Id: I14acff5cad357d89de6f93bdf7bb182164676d62 Issue-ID: INT-381 Signed-off-by: Helen Chen --- 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: