[porthole]: Update helm local repo in helm toolkit script
Change-Id: I752a088233bf78da483c98f4ab0cf17339918169
This commit is contained in:
parent
79e33953d1
commit
16d96ffb64
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user