blob: f1ef7aaf3a7aa3ade138509aa1f8996cde5da5f4 [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 &
efiacorf165f312022-11-10 09:45:50 +00008$HELM_BIN plugin install --version v0.10.3 https://github.com/chartmuseum/helm-push.git || true
Sylvain Desbureaux3c624de2021-02-19 16:24:48 +01009$HELM_BIN repo add local http://localhost:6464
Sylvain Desbureaux2915ed82021-05-28 16:08:58 +020010$HELM_BIN repo add onap http://localhost:6464