X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=shell%2Fhelm-repo-init.sh;h=5aecc8e332d35c2c47b437b2783e341138dadde5;hb=e49e4be802591fc47f0b2cfe3ecf6223883b8d43;hp=c3b0a36d64c97ccbbc8271bb6ec796d0a41da9fd;hpb=a96a6e68a485a5d6d2a97acd9f3319f8526067a3;p=ci-management.git diff --git a/shell/helm-repo-init.sh b/shell/helm-repo-init.sh index c3b0a36d6..5aecc8e33 100755 --- a/shell/helm-repo-init.sh +++ b/shell/helm-repo-init.sh @@ -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.9.0 https://github.com/chartmuseum/helm-push.git || true +$HELM_BIN repo add local http://localhost:6464 +$HELM_BIN repo add onap http://localhost:6464