summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2021-01-05 17:24:44 +0000
committerGerrit Code Review <gerrit@onap.org>2021-01-05 17:24:44 +0000
commiteb2f85ca6bb700973c530f21ff5092025f04885f (patch)
tree6544d4055df8aa6fa0f14611315e302b1fa5954b
parente7771d008951059c94440e64582ef464581ed714 (diff)
parent9345ad89bb968787bef1a94cecb3d98256fde692 (diff)
Merge "[OOM] make helm3 linting to work"
-rwxr-xr-xshell/helm-repo-init.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/helm-repo-init.sh b/shell/helm-repo-init.sh
index c3b0a36d6..9583bade7 100755
--- a/shell/helm-repo-init.sh
+++ b/shell/helm-repo-init.sh
@@ -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