mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
Update file helm.yml
This commit is contained in:
parent
f6d05f3d99
commit
fe47566316
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#Helm Package
|
||||
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