From 6956217c7263f69bc270060176ea6bcc28077877 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Thu, 23 Jun 2022 12:03:29 +0200 Subject: [PATCH] Bump cert-manager to v1.8.2 --- 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 65ecd0e9d001..ae71a50d4e79 100644 --- a/cmd/clusterctl/client/config/cert_manager_client.go +++ b/cmd/clusterctl/client/config/cert_manager_client.go @@ -27,7 +27,7 @@ const ( CertManagerConfigKey = "cert-manager" // CertManagerDefaultVersion defines the default cert-manager version to be used by clusterctl. - CertManagerDefaultVersion = "v1.7.2" + CertManagerDefaultVersion = "v1.8.2" // CertManagerDefaultURL defines the default cert-manager repository url to be used by clusterctl. // NOTE: At runtime /latest will be replaced with the CertManagerDefaultVersion or with the diff --git a/docs/book/src/clusterctl/commands/init.md b/docs/book/src/clusterctl/commands/init.md index 3ac988db3a3a..8acb136ea088 100644 --- a/docs/book/src/clusterctl/commands/init.md +++ b/docs/book/src/clusterctl/commands/init.md @@ -182,7 +182,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.7.2). See [clusterctl configuration](../configuration.md) for +install a default version (currently cert-manager v1.8.2). See [clusterctl configuration](../configuration.md) for available options to customize this operation.