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) {