From da97040729e50a895412da88492dffe95b4bb593 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Fri, 26 Jan 2024 15:05:57 -0600 Subject: [PATCH] update cert manager version (#654) Co-authored-by: Praneeth Bajjuri --- pkg/certmanageroperator/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/certmanageroperator/install.go b/pkg/certmanageroperator/install.go index fe0b93d4..e523b129 100644 --- a/pkg/certmanageroperator/install.go +++ b/pkg/certmanageroperator/install.go @@ -20,7 +20,7 @@ var ( certManagerOperatorNs = "cert-manager-operator" certManagerNs = "cert-manager" - certmanagerVersion = "cert-manager-operator.v1.12.1" + certmanagerVersion = "cert-manager-operator.v1.13.0" ) func InstallIfNotExist(t test.TestHelper) {