X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=shell%2Fhelm-repo-init.sh;h=bfc346690b7ae52099933c97c44c6cc2be726a9c;hb=940d782e137941d015585e45ff772e8bb573e484;hp=6bf1338e3a7a4a257e7fb13300380067276d2d96;hpb=5657eda41a8b8e5d25582551fceff54da27110af;p=ci-management.git diff --git a/shell/helm-repo-init.sh b/shell/helm-repo-init.sh index 6bf1338e3..bfc346690 100755 --- a/shell/helm-repo-init.sh +++ b/shell/helm-repo-init.sh @@ -3,6 +3,9 @@ set -e -o pipefail mkdir -p ".chartstorage" -chartmuseum --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 https://github.com/chartmuseum/helm-push.git || true +$HELM_BIN repo add local http://localhost:6464 +$HELM_BIN repo add onap http://localhost:6464