blob: 9583bade7a914a4dd62f24d036935543fe7e52a8 [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 Desbureaux5657eda2020-11-26 10:25:39 +01008helm3 plugin install https://github.com/chartmuseum/helm-push.git
9helm3 repo add local http://localhost:6464