blob: c3b0a36d64c97ccbbc8271bb6ec796d0a41da9fd [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 Desbureauxf0803b22020-12-17 13:45:39 +01006sudo mount -t tmpfs -o size=128M tmpfs .chartstorage
7chartmuseum --debug --port=6464 --storage="local" --storage-local-rootdir=".chartstorage" &
Sylvain Desbureaux5657eda2020-11-26 10:25:39 +01008helm3 plugin install https://github.com/chartmuseum/helm-push.git
9helm3 repo add local http://localhost:6464