diff --git a/scripts/helm-package.sh b/scripts/helm-package.sh index bac573a..f0e1f97 100644 --- a/scripts/helm-package.sh +++ b/scripts/helm-package.sh @@ -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 \ No newline at end of file