From 86d7160499cfdb635de814bd10a3cd9f405e8ef6 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Tue, 21 Jan 2020 14:24:18 +0000 Subject: [PATCH] Update version numbers in Helm chart README Signed-off-by: James Munnelly --- deploy/charts/cert-manager/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/charts/cert-manager/README.md b/deploy/charts/cert-manager/README.md index 45afb1162..904ea16f8 100644 --- a/deploy/charts/cert-manager/README.md +++ b/deploy/charts/cert-manager/README.md @@ -8,7 +8,7 @@ to renew certificates at an appropriate time before expiry. ## Prerequisites -- Kubernetes 1.7+ +- Kubernetes 1.12+ ## Installing the Chart @@ -20,12 +20,12 @@ To install the chart with the release name `my-release`: ```console ## IMPORTANT: you MUST install the cert-manager CRDs **before** installing the ## cert-manager Helm chart -$ kubectl apply --validate=false\ - -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.12/deploy/manifests/00-crds.yaml +$ kubectl apply --validate=false \ + -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.13/deploy/manifests/00-crds.yaml ## If you are installing on openshift : $ oc create \ - -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.12/deploy/manifests/00-crds.yaml + -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.13/deploy/manifests/00-crds.yaml ## Add the Jetstack Helm repository $ helm repo add jetstack https://charts.jetstack.io