From 7aa9339661120706065b917aa42b107dca206373 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Fri, 17 Aug 2018 22:01:37 +0100 Subject: [PATCH] Run helm dep update in update-deploy-gen Signed-off-by: James Munnelly --- hack/update-deploy-gen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/update-deploy-gen.sh b/hack/update-deploy-gen.sh index 2dd80903a..3b3480b6b 100755 --- a/hack/update-deploy-gen.sh +++ b/hack/update-deploy-gen.sh @@ -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"