X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=shell%2Fhelm-repo-init.sh;h=5aecc8e332d35c2c47b437b2783e341138dadde5;hb=92898a639e9d19851c419eab5593df9da2fa8ec7;hp=9583bade7a914a4dd62f24d036935543fe7e52a8;hpb=9345ad89bb968787bef1a94cecb3d98256fde692;p=ci-management.git diff --git a/shell/helm-repo-init.sh b/shell/helm-repo-init.sh index 9583bade7..5aecc8e33 100755 --- a/shell/helm-repo-init.sh +++ b/shell/helm-repo-init.sh @@ -5,5 +5,7 @@ set -e -o pipefail mkdir -p ".chartstorage" chartmuseum --port=6464 --storage="local" --storage-local-rootdir=".chartstorage" &> /dev/null & -helm3 plugin install https://github.com/chartmuseum/helm-push.git -helm3 repo add local http://localhost:6464 +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