Run helm dep update in update-deploy-gen

Signed-off-by: James Munnelly <james.munnelly@jetstack.io>
This commit is contained in:
James Munnelly 2018-08-17 22:01:37 +01:00
parent 76ed08d69b
commit 7aa9339661

View File

@ -47,5 +47,7 @@ gen() {
mv "${TMP_OUTPUT_WEBHOOK}" "${OUTPUT}-webhook.yaml"
}
helm init --client-only
helm dep update "${REPO_ROOT}/contrib/charts/cert-manager"
gen rbac-values "${REPO_ROOT}/contrib/manifests/cert-manager/with-rbac"
gen without-rbac-values "${REPO_ROOT}/contrib/manifests/cert-manager/without-rbac"