From 6592964350dccfb6c9384fa852683b95ce44efd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B8rn=20Barslett?= <81761518+brslt@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:30:28 +0100 Subject: [PATCH] Specify a recent version of cert-manager First, I just copied the URL from the wizard and got v1.0.0 that was incompatible with the following steps. --- tutorials/traefik-v2-cert-manager/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/traefik-v2-cert-manager/index.mdx b/tutorials/traefik-v2-cert-manager/index.mdx index c1238bce6b..200bc2d034 100644 --- a/tutorials/traefik-v2-cert-manager/index.mdx +++ b/tutorials/traefik-v2-cert-manager/index.mdx @@ -75,9 +75,9 @@ In this step, we will create a wildcard DNS record to point to the external IP a ### Installing cert-manager -1. Install cert-manager: +1. Install a recent version of cert-manager, in this example v1.16: ```sh - kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.0.0/cert-manager.yaml + kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.16.0/cert-manager.yaml ``` 2. Verify the installation: ```sh