mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -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
|
||||
if [ -d "$chart" ]; then
|
||||
helm dependency update $chart
|
||||
helm package "$chart" -d ./packages --version ${VERSION}
|
||||
fi
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue