From 5747cb4c471edbc73e98d49e575989b99c0c9602 Mon Sep 17 00:00:00 2001 From: Eamon Bauman Date: Mon, 1 Jul 2019 12:32:01 -0500 Subject: [PATCH] Specify 0.5.2 version for cert-manager --- .../prepare-private-registry/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/installation/air-gap-high-availability/prepare-private-registry/_index.md b/content/rancher/v2.x/en/installation/air-gap-high-availability/prepare-private-registry/_index.md index bc631103e63..a77205bbd48 100644 --- a/content/rancher/v2.x/en/installation/air-gap-high-availability/prepare-private-registry/_index.md +++ b/content/rancher/v2.x/en/installation/air-gap-high-availability/prepare-private-registry/_index.md @@ -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-.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 ``` -### [Next: Install Kubernetes with RKE]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-high-availability/install-kube/) \ No newline at end of file +### [Next: Install Kubernetes with RKE]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-high-availability/install-kube/)