blob: 3228aa37e494103c6db487fd006d8e18a195e564 [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
efiacorc3c78f62022-08-11 09:09:01 +01009$HELM_BIN plugin install --version v0.10.2 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