From 743caafcba636fe46d783275e7868657c1b95863 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Tue, 2 Jan 2024 10:28:27 -0600 Subject: [PATCH] update the cer-manager-operator version (#644) 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 202bfa9f..ded02066 100644 --- a/pkg/certmanageroperator/install.go +++ b/pkg/certmanageroperator/install.go @@ -22,7 +22,7 @@ var ( certManagerOperatorNs = "cert-manager-operator" certManagerNs = "cert-manager" - certmanagerVersion = "cert-manager-operator.v1.12.0" + certmanagerVersion = "cert-manager-operator.v1.12.1" ) func InstallIfNotExist(t test.TestHelper) {