From 7b75d88bd52ba2a31a18bdaecd223bdda520079b Mon Sep 17 00:00:00 2001 From: Bryan Cox Date: Thu, 12 Jan 2023 14:03:03 -0500 Subject: [PATCH] Update cert-manager to v1.11.0 Signed-off-by: brcox --- cmd/clusterctl/client/config/cert_manager_client.go | 2 +- docs/book/src/clusterctl/commands/init.md | 2 +- docs/book/src/developer/guide.md | 2 +- docs/book/src/user/quick-start.md | 2 +- docs/book/src/user/troubleshooting.md | 4 ++-- scripts/ci-e2e-lib.sh | 6 +++--- test/e2e/config/docker.yaml | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cmd/clusterctl/client/config/cert_manager_client.go b/cmd/clusterctl/client/config/cert_manager_client.go index 179bb31bc641..990b93824170 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.10.1" + CertManagerDefaultVersion = "v1.11.0" // 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 ee4b9501f084..9acf8c0a52e6 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.10.1). See [clusterctl configuration](../configuration.md) for +install a default version (currently cert-manager v1.11.0). See [clusterctl configuration](../configuration.md) for available options to customize this operation.