From f542e07c3371263ededd4149ba50cb7c18d49756 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sat, 18 Feb 2023 23:40:10 -0500 Subject: [PATCH] download dependency for helm chart in upload step --- helm-charts/upload-to-cloudsmith.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-charts/upload-to-cloudsmith.sh b/helm-charts/upload-to-cloudsmith.sh index 218c11149..61d969233 100644 --- a/helm-charts/upload-to-cloudsmith.sh +++ b/helm-charts/upload-to-cloudsmith.sh @@ -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