From 3d8f8451a53df16dd66baeb7432943f528c35133 Mon Sep 17 00:00:00 2001 From: Dean Roehrich Date: Mon, 23 Oct 2023 11:34:16 -0500 Subject: [PATCH] Move to cert-manager 1.13.1 Cert-manager 1.12.0 and 1.13.0 were big releases. It's time to catch up. Signed-off-by: Dean Roehrich --- testsuite/integration/kind/kind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/integration/kind/kind.sh b/testsuite/integration/kind/kind.sh index d27fe89..adcfb11 100755 --- a/testsuite/integration/kind/kind.sh +++ b/testsuite/integration/kind/kind.sh @@ -52,7 +52,7 @@ install_dependencies () { # Pull cert-manager into the local cache and push into KIND. Sometimes # the KIND env cannot pull it from upstream. - CERTVER=v1.11.1 + CERTVER=v1.13.1 for part in controller webhook cainjector do image=quay.io/jetstack/cert-manager-$part:$CERTVER