Skip to content

Commit

Permalink
fix: add mtr-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick authored Dec 22, 2024
1 parent 1a55094 commit 458e055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git rebase master
git push

echo "--> Helm package and re-index"
for c in cronjobs nginx-phpfpm; do
for c in cronjobs nginx-phpfpm mtr-exporter; do
[ -z "$(git status -s ./sickhub/$c/Chart.yaml)" -a -z "$UPDATE" ] && bumpChartVersion $c
(cd sickhub; helm dependency update $c; helm package $c)
mv ./sickhub/$c-*.tgz ./docs/
Expand All @@ -37,4 +37,4 @@ echo "--> Checkout master and merge gh-pages"
git checkout master
git pull
git merge gh-pages
git push
git push

0 comments on commit 458e055

Please sign in to comment.