From e6ff69f38a1b69496706e5251a89cddf696923fb Mon Sep 17 00:00:00 2001 From: "scality-renovate[bot]" <234218835+scality-renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 04:11:38 +0000 Subject: [PATCH] chore(deps): update dependency cert-manager/cert-manager to v1.20.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad8d764..e333c7d 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ test: manifests generate fmt vet setup-envtest download-extra-crds ## Run tests. KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test $$(go list ./... | grep -v /e2e) -coverprofile cover.out # renovate: datasource=github-releases depName=cert-manager/cert-manager -CERT_MANAGER_VERSION := v1.19.1 +CERT_MANAGER_VERSION := v1.20.3 testdata/crds/cert-manager-crds.yaml: @mkdir -p $(@D) curl -sSLo $@ \