[OOM] Upgrade oom versions
[ci-management.git] / shell / helm-repo-init.sh
index c3b0a36..3228aa3 100755 (executable)
@@ -3,7 +3,9 @@
 set -e -o pipefail
 
 mkdir -p ".chartstorage"
-sudo mount -t tmpfs -o size=128M tmpfs .chartstorage
-chartmuseum --debug --port=6464 --storage="local" --storage-local-rootdir=".chartstorage" &
-helm3 plugin install https://github.com/chartmuseum/helm-push.git
-helm3 repo add local http://localhost:6464
+
+chartmuseum --port=6464 --storage="local" --storage-local-rootdir=".chartstorage" &> /dev/null &
+source helm.prop
+$HELM_BIN plugin install --version v0.10.2 https://github.com/chartmuseum/helm-push.git || true
+$HELM_BIN repo add local http://localhost:6464
+$HELM_BIN repo add onap http://localhost:6464