mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
Update file helm-package.sh
This commit is contained in:
parent
fe47566316
commit
48b3b06c20
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
for chart in charts/*; do
|
for chart in charts/*; do
|
||||||
if [ -d "$chart" ]; then
|
if [ -d "$chart" ]; then
|
||||||
|
helm dependency update $chart
|
||||||
helm package "$chart" -d ./packages --version ${VERSION}
|
helm package "$chart" -d ./packages --version ${VERSION}
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
Loading…
Add table
Add a link
Reference in a new issue