File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ KUBECTL="${REPO_ROOT}/hack/tools/bin/kubectl"
5252cd " ${REPO_ROOT} " && make " ${KUBECTL##*/ } "
5353
5454# # Install cert manager and wait for availability
55- " ${KUBECTL} " apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.7.1 /cert-manager.yaml
55+ " ${KUBECTL} " apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.9.2 /cert-manager.yaml
5656" ${KUBECTL} " wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager
5757" ${KUBECTL} " wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager-cainjector
5858" ${KUBECTL} " wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager-webhook
You can’t perform that action at this time.
0 commit comments