X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=shell%2Fhelm-repo-init.sh;h=3228aa37e494103c6db487fd006d8e18a195e564;hb=c3c78f609f2fc0189fd8eb27dc9b16f95e645cc0;hp=d8990434a2f6c458d6b370a4a9442d9ab233bce0;hpb=49a3a3ffa8bb7c3eef0229d509df9a47e7c7867f;p=ci-management.git diff --git a/shell/helm-repo-init.sh b/shell/helm-repo-init.sh index d8990434a..3228aa37e 100755 --- a/shell/helm-repo-init.sh +++ b/shell/helm-repo-init.sh @@ -6,5 +6,6 @@ mkdir -p ".chartstorage" 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 +$HELM_BIN plugin install --version v0.10.2 https://github.com/chartmuseum/helm-push.git || true $HELM_BIN repo add local http://localhost:6464 +$HELM_BIN repo add onap http://localhost:6464