From 40e7938bb78611744b5d8ede8cdad33963525d04 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 28 May 2020 09:40:10 +0300 Subject: [PATCH] Update dependencies before packaging --- src/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entrypoint.sh b/src/entrypoint.sh index 3c89326..aab4c31 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -67,7 +67,7 @@ lint() { } package() { - helm package ${REPO_ROOT}/${CHARTS_DIR}/* --destination ${CHARTS_TMP_DIR} + helm package -u ${REPO_ROOT}/${CHARTS_DIR}/* --destination ${CHARTS_TMP_DIR} } upload() {