From a0ce584ee9dddb988574017b89f74bdf1ddf2058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Tue, 13 Apr 2021 22:48:26 +0200 Subject: [PATCH] Bumped cert-manager to v1.1.1 (#242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 335ee3074c..c0e3a0422e 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ container-push: docker push ${IMG} cert-manager: - kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.0.3/cert-manager.yaml + kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.1.1/cert-manager.yaml kubectl wait --timeout=5m --for=condition=available deployment cert-manager -n cert-manager kubectl wait --timeout=5m --for=condition=available deployment cert-manager-cainjector -n cert-manager kubectl wait --timeout=5m --for=condition=available deployment cert-manager-webhook -n cert-manager