From c9d8d435fedad5ecf25d961d5907d35c71cc72a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:25:13 +0000 Subject: [PATCH] chore(deps): update dependency cert-manager/cert-manager to v1.13.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 951d508e..e1c018e7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ KUBE_VERSION ?= 1.24 KIND_CONFIG ?= ./testdata/kind-$(KUBE_VERSION).yaml -CERT_MANAGER_VERSION ?= v1.11.0 +CERT_MANAGER_VERSION ?= v1.13.0 KUBESCAPE_THRESHOLD=31