From 617fd831c3dd6af9e32819d975aa959af5a9429e Mon Sep 17 00:00:00 2001 From: Michael Shen Date: Tue, 15 Aug 2023 22:29:48 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20Update=20cert-manager=20to=20v1.?= =?UTF-8?q?12.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Shen --- cmd/clusterctl/client/config/cert_manager_client.go | 2 +- docs/book/src/clusterctl/commands/init.md | 2 +- docs/book/src/developer/guide.md | 2 +- scripts/ci-e2e-lib.sh | 6 +++--- test/e2e/config/docker.yaml | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cmd/clusterctl/client/config/cert_manager_client.go b/cmd/clusterctl/client/config/cert_manager_client.go index ea3858c270e7..5ea44244add3 100644 --- a/cmd/clusterctl/client/config/cert_manager_client.go +++ b/cmd/clusterctl/client/config/cert_manager_client.go @@ -29,7 +29,7 @@ const ( CertManagerConfigKey = "cert-manager" // CertManagerDefaultVersion defines the default cert-manager version to be used by clusterctl. - CertManagerDefaultVersion = "v1.12.2" + CertManagerDefaultVersion = "v1.12.3" // CertManagerDefaultURL defines the default cert-manager repository url to be used by clusterctl. // NOTE: At runtime CertManagerDefaultVersion may be replaced with the diff --git a/docs/book/src/clusterctl/commands/init.md b/docs/book/src/clusterctl/commands/init.md index 73092f46ccc9..34479acef602 100644 --- a/docs/book/src/clusterctl/commands/init.md +++ b/docs/book/src/clusterctl/commands/init.md @@ -190,7 +190,7 @@ If this happens, there are no guarantees about the proper functioning of `cluste Cluster API providers require a cert-manager version supporting the `cert-manager.io/v1` API to be installed in the cluster. While doing init, clusterctl checks if there is a version of cert-manager already installed. If not, clusterctl will -install a default version (currently cert-manager v1.12.2). See [clusterctl configuration](../configuration.md) for +install a default version (currently cert-manager v1.12.3). See [clusterctl configuration](../configuration.md) for available options to customize this operation.