Update file helm.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user