From 916971152ecd59d4379ee5df3f7bbef6809b138f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20Sch=C3=A4rz?= Date: Thu, 17 Oct 2024 13:15:01 +0200 Subject: [PATCH] prerequisite cert-manager >= 1.0.0 for v1 version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 273b044..6f821f2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A [cert-manager][2] ACME DNS01 solver webhook for [DNSimple][1]. ## Pre-requisites -- [cert-manager][2] >= 0.13 (The Helm chart uses the new API versions) +- [cert-manager][2] >= 1.0.0 (The Helm chart uses the new API versions) - Kubernetes >= 1.17.x - Helm 3 (otherwise adjust the example below accordingly)