mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
chore: update helm index in repo that enframes all of our charts
This commit is contained in:
parent
81f4c24312
commit
4a085a8c89
1 changed files with 6 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue