blob: 6bf1338e3a7a4a257e7fb13300380067276d2d96 [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"
6chartmuseum --port=6464 --storage="local" --storage-local-rootdir=".chartstorage" &
7helm3 plugin install https://github.com/chartmuseum/helm-push.git
8helm3 repo add local http://localhost:6464