Change cert-manager version from v1.0.1 to v1.0.4

This commit is contained in:
Catherine Luse
2020-11-10 10:13:00 -07:00
committed by GitHub
parent 39686bbae1
commit 8242a26b33
@@ -89,7 +89,7 @@ These instructions are adapted from the [official cert-manager documentation](ht
```
# Install the CustomResourceDefinition resources separately
kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.0.1/cert-manager.crds.yaml
kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.0.4/cert-manager.crds.yaml
# **Important:**
# If you are running Kubernetes v1.15 or below, you
@@ -114,7 +114,7 @@ helm repo update
helm install \
cert-manager jetstack/cert-manager \
--namespace cert-manager \
--version v1.0.1
--version v1.0.4
```
Once you’ve installed cert-manager, you can verify it is deployed correctly by checking the cert-manager namespace for running pods: