Update file helm.yml

This commit is contained in:
2023-06-24 17:59:45 +00:00
parent f6d05f3d99
commit fe47566316

View File

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