Update file helm-package.sh

This commit is contained in:
2023-06-24 18:18:10 +00:00
parent fe47566316
commit 48b3b06c20

View File

@@ -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