Skip to content

Commit

Permalink
Update scripts/repackage-all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Sep 22, 2019
1 parent 5fbeaeb commit c2ed809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/repackage-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

rm -rf packages/ || true
mkdir -p packages/
for v in 0.1.0 0.2.0 0.2.1 0.2.2 0.3.0; do
for v in 0.1.0 0.2.0 0.2.1 0.2.2 0.3.0 0.4.0; do
git checkout prometheus-process-exporter-$v
helm package charts/prometheus-process-exporter --destination packages
done
Expand Down

0 comments on commit c2ed809

Please sign in to comment.