diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-04-12 16:15:19 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-04-12 16:15:19 -0700 |
commit | 90d878da9543fa90eb889291110c3964e7195034 (patch) | |
tree | 1fc4414d37ad47858175eeb64165e863ed952500 /deployment/heat | |
parent | 1451db411e4a03bb5e83b8bd43fce22d8334e755 (diff) |
Upgrade helm server-side component
Change-Id: I82221ba80535418b8dc82a463bbb9b3a2b0cfee7
Issue-ID: INT-381
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat')
-rw-r--r-- | deployment/heat/onap-oom/k8s_vm_entrypoint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/k8s_vm_entrypoint.sh b/deployment/heat/onap-oom/k8s_vm_entrypoint.sh index 69380e748..d483e73df 100644 --- a/deployment/heat/onap-oom/k8s_vm_entrypoint.sh +++ b/deployment/heat/onap-oom/k8s_vm_entrypoint.sh @@ -150,6 +150,7 @@ cd ~/oom/kubernetes/ # verify version helm version helm init --client-only +helm init --upgrade helm serve & sleep 3 helm repo add local http://127.0.0.1:8879 |