Specify 0.5.2 version for cert-manager

This commit is contained in:
Eamon Bauman
2019-07-01 12:32:01 -05:00
committed by Denise Schannon
parent 4e74950375
commit 5747cb4c47
@@ -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/)