From 63a0a0bd29c6a7aa730962376d6c7569d48cc6a3 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Fri, 17 Nov 2023 08:28:56 +0000 Subject: [PATCH] bump version of cert-manager and tweak readme Signed-off-by: Ashley Davis --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42eb34b..964a9fd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ # OpenShift Route Support for cert-manager This project supports automatically getting a certificate for -OpenShift routes from any cert-manager Issuer. +OpenShift routes from any cert-manager Issuer, similar to annotating +an Ingress or Gateway resource in vanilla Kubernetes! ## Prerequisites: @@ -14,7 +15,7 @@ OpenShift routes from any cert-manager Issuer. For example, with the regular manifest: ```sh -oc apply -f https://github.com/jetstack/cert-manager/releases/download/v1.12.1/cert-manager.yaml +oc apply -f https://github.com/jetstack/cert-manager/releases/download/v1.12.6/cert-manager.yaml ``` Both **ClusterIssuer** and namespace based **Issuer** are possible. Here a **ClusterIssuer** is used: