blob: bfc346690b7ae52099933c97c44c6cc2be726a9c [file] [log] [blame]
Jeremy Phelps08126d82018-08-07 11:08:48 -05001#!/bin/bash
2# Ensure we fail the job if any steps fail
3set -e -o pipefail
4
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +01005mkdir -p ".chartstorage"
Sylvain Desbureaux9345ad82021-01-05 13:21:44 +01006
7chartmuseum --port=6464 --storage="local" --storage-local-rootdir=".chartstorage" &> /dev/null &
Sylvain Desbureaux3c624de2021-02-19 16:24:48 +01008source helm.prop
Sylvain Desbureaux9614b3b2021-06-09 08:54:19 +02009$HELM_BIN plugin install https://github.com/chartmuseum/helm-push.git || true
Sylvain Desbureaux3c624de2021-02-19 16:24:48 +010010$HELM_BIN repo add local http://localhost:6464
Sylvain Desbureaux2915ed82021-05-28 16:08:58 +020011$HELM_BIN repo add onap http://localhost:6464