[OOM] Upgrade oom versions
[ci-management.git] / shell / helm-repo-init.sh
1 #!/bin/bash
2 # Ensure we fail the job if any steps fail
3 set -e -o pipefail
4
5 mkdir -p ".chartstorage"
6
7 chartmuseum --port=6464 --storage="local" --storage-local-rootdir=".chartstorage" &> /dev/null &
8 source helm.prop
9 $HELM_BIN plugin install --version v0.10.2 https://github.com/chartmuseum/helm-push.git || true
10 $HELM_BIN repo add local http://localhost:6464
11 $HELM_BIN repo add onap http://localhost:6464