X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=shell%2Fhelm-repo-init.sh;h=3228aa37e494103c6db487fd006d8e18a195e564;hb=9402fc1e5a62eb9eb1609e757d4db4adec569ec7;hp=bfc346690b7ae52099933c97c44c6cc2be726a9c;hpb=9614b3b2481a60945d5cb3f91054a44592fb88b8;p=ci-management.git diff --git a/shell/helm-repo-init.sh b/shell/helm-repo-init.sh index bfc346690..3228aa37e 100755 --- a/shell/helm-repo-init.sh +++ b/shell/helm-repo-init.sh @@ -6,6 +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 || true +$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