Skip to content

Commit db11504

Browse files
committed
update certmanager to v1.9.2
Signed-off-by: cpanato <[email protected]>
1 parent 618a265 commit db11504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/install-cert-manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ KUBECTL="${REPO_ROOT}/hack/tools/bin/kubectl"
5252
cd "${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

0 commit comments

Comments
 (0)