Skip to content

Commit c2ed809

Browse files
committed
Update scripts/repackage-all.sh
1 parent 5fbeaeb commit c2ed809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/repackage-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
rm -rf packages/ || true
66
mkdir -p packages/
7-
for v in 0.1.0 0.2.0 0.2.1 0.2.2 0.3.0; do
7+
for v in 0.1.0 0.2.0 0.2.1 0.2.2 0.3.0 0.4.0; do
88
git checkout prometheus-process-exporter-$v
99
helm package charts/prometheus-process-exporter --destination packages
1010
done

0 commit comments

Comments
 (0)