[OOM] make helm3 linting to work
[ci-management.git] / shell / helm-repo-init.sh
index c3b0a36..9583bad 100755 (executable)
@@ -3,7 +3,7 @@
 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" &
+
+chartmuseum --port=6464 --storage="local" --storage-local-rootdir=".chartstorage" &> /dev/null &
 helm3 plugin install https://github.com/chartmuseum/helm-push.git
 helm3 repo add local http://localhost:6464