Update dependencies before packaging

This commit is contained in:
stefanprodan 2020-05-28 09:40:10 +03:00
parent e9cc848c48
commit 40e7938bb7

View file

@ -67,7 +67,7 @@ lint() {
} }
package() { package() {
helm package ${REPO_ROOT}/${CHARTS_DIR}/* --destination ${CHARTS_TMP_DIR} helm package -u ${REPO_ROOT}/${CHARTS_DIR}/* --destination ${CHARTS_TMP_DIR}
} }
upload() { upload() {