download dependency for helm chart in upload step

This commit is contained in:
Maidul Islam
2023-02-18 23:40:10 -05:00
parent 1082d7f869
commit f542e07c33

View File

@@ -1,5 +1,6 @@
## Loop through each helm chart directoy and build each into helm package
for d in */ ; do
helm dependency update
helm package $d
done