Specify 0.5.2 version for cert-manager

This commit is contained in:
Eamon Bauman
2019-07-01 14:20:19 -04:00
committed by Denise
parent 7c3b7e1f2c
commit 06cf703495
@@ -40,7 +40,7 @@ Start by collecting all the images needed to install Rancher in an air gap envir
1. Fetch the latest `cert-manager` Helm chart and parse the template for image details.
```plain
helm fetch stable/cert-manager
helm fetch stable/cert-manager --version 0.5.2
helm template ./cert-manager-<version>.tgz | grep -oP '(?<=image: ").*(?=")' >> ./rancher-images.txt
```
@@ -77,4 +77,4 @@ Using a computer with access to the internet and your private registry, move the
./rancher-load-images.sh --image-list ./rancher-images.txt --registry <REGISTRY.YOURDOMAIN.COM:PORT>
```
### [Next: Install Kubernetes with RKE]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-high-availability/install-kube/)
### [Next: Install Kubernetes with RKE]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-high-availability/install-kube/)