[porthole]: Update helm local repo in helm toolkit script

Change-Id: I752a088233bf78da483c98f4ab0cf17339918169
This commit is contained in:
Unnikrishnan K 2020-04-16 21:56:27 +00:00
parent 79e33953d1
commit 16d96ffb64

View File

@ -58,7 +58,7 @@ if ${HELM} repo list | grep -q "^stable" ; then
${HELM} repo remove stable
fi
${HELM} repo add local http://127.0.0.1:8879/charts
${HELM} repo add local http://localhost:8879/charts
#OSH Makefile is bugged, so ensure helm is in the path