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