chore: update helm index in repo that enframes all of our charts

This commit is contained in:
Arne Diekmann 2020-07-29 19:01:02 +02:00
parent 81f4c24312
commit 4a085a8c89

View file

@ -75,3 +75,9 @@ git commit -m "chore: Bump version to ${version}."
git push
git checkout master
rm -rf .deploy/
HELM_CHARTS_DIR=../neoskop-helm-charts
[ -d $HELM_CHARTS_DIR ] || git clone git@github.com:neoskop/helm-charts.git $HELM_CHARTS_DIR
cd $HELM_CHARTS_DIR
./update-index.sh
cd - &>/dev/null