From f4fa18e592def611fbe4fbb91e330eacb2d96450 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:18:05 +0200 Subject: [PATCH] chore(deps): update dependency cert-manager/cert-manager to v1.20.3 (#985) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cert-manager/cert-manager](https://redirect.github.com/cert-manager/cert-manager) | patch | `v1.20.2` → `v1.20.3` | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/e2e/internal/certmanager/certmanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/internal/certmanager/certmanager.go b/test/e2e/internal/certmanager/certmanager.go index 404d85e..ae14ea0 100644 --- a/test/e2e/internal/certmanager/certmanager.go +++ b/test/e2e/internal/certmanager/certmanager.go @@ -58,7 +58,7 @@ func WithIgnoreExistingResources(ignore bool) InstallOption { // DefaultVersion is the default version of cert-manager to install. // // renovate: datasource=github-releases depName=cert-manager/cert-manager -const DefaultVersion = "v1.20.2" +const DefaultVersion = "v1.20.3" // Install installs cert-manager using kubectl. func Install(ctx context.Context, cl client.Client, opts ...InstallOption) error {