Merge "Configure release helm job"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 29 Dec 2020 18:35:41 +0000 (18:35 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 29 Dec 2020 18:35:41 +0000 (18:35 +0000)
shell/helm-repo-init.sh

index 6bf1338..c3b0a36 100755 (executable)
@@ -3,6 +3,7 @@
 set -e -o pipefail
 
 mkdir -p ".chartstorage"
-chartmuseum --port=6464 --storage="local" --storage-local-rootdir=".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