X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=shell%2Fhelm-repo-init.sh;h=5aecc8e332d35c2c47b437b2783e341138dadde5;hb=200ef94b699f51f111b59c22fe3669aa46dddbac;hp=937f0e7d0485cd7602b3786b328a32b576eacf29;hpb=2915ed89da312d696673bd705bf0481222c33b13;p=ci-management.git diff --git a/shell/helm-repo-init.sh b/shell/helm-repo-init.sh index 937f0e7d0..5aecc8e33 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 +$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