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() {