Issue-Id: AIMLFW-36
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
Change-Id: I8beb59be80bfda8b5d8b6defdc4c33d50211b5d9
eval $(helm env |grep HELM_REPOSITORY_CACHE)
echo ${HELM_REPOSITORY_CACHE}
+#The hardcoded location does not work anymore, Reference: change similar to RIC-966 updating chartmuseum and docker refs
+curl -LO https://get.helm.sh/chartmuseum-v0.15.0-linux-386.tar.gz
+tar xzvf chartmuseum-v0.15.0-linux-386.tar.gz
+chmod +x ./linux-386/chartmuseum
+cp ./linux-386/chartmuseum /usr/local/bin
+
helm servecm --port=8879 --context-path=/charts --storage local --storage-local-rootdir $HELM_REPOSITORY_CACHE/local/ <<EOF &
yes
EOF