mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-09 00:31:33 -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
|
#Helm Package
|
||||||
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