diff --git a/versioned_docs/version-2.0-2.4/installation/resources/upgrading-cert-manager/helm-2-instructions/helm-2-instructions.md b/versioned_docs/version-2.0-2.4/installation/resources/upgrading-cert-manager/helm-2-instructions/helm-2-instructions.md index 75436d079e3..2a4ea7f70ed 100644 --- a/versioned_docs/version-2.0-2.4/installation/resources/upgrading-cert-manager/helm-2-instructions/helm-2-instructions.md +++ b/versioned_docs/version-2.0-2.4/installation/resources/upgrading-cert-manager/helm-2-instructions/helm-2-instructions.md @@ -75,6 +75,7 @@ In order to upgrade cert-manager, follow these instructions: ```plain helm install --version 0.12.0 --name cert-manager --namespace kube-system jetstack/cert-manager ``` +
@@ -141,6 +142,7 @@ Before you can perform the upgrade, you must prepare your air gapped environment ```plain kubectl -n kube-system apply -R -f ./cert-manager ``` +
diff --git a/versioned_docs/version-2.5/installation/resources/upgrading-cert-manager/helm-2-instructions/helm-2-instructions.md b/versioned_docs/version-2.5/installation/resources/upgrading-cert-manager/helm-2-instructions/helm-2-instructions.md index c7c55b8a4db..2718ad8fdf4 100644 --- a/versioned_docs/version-2.5/installation/resources/upgrading-cert-manager/helm-2-instructions/helm-2-instructions.md +++ b/versioned_docs/version-2.5/installation/resources/upgrading-cert-manager/helm-2-instructions/helm-2-instructions.md @@ -75,6 +75,7 @@ In order to upgrade cert-manager, follow these instructions: ```plain helm install --version 0.12.0 --name cert-manager --namespace kube-system jetstack/cert-manager ``` +
@@ -141,6 +142,7 @@ Before you can perform the upgrade, you must prepare your air gapped environment ```plain kubectl -n kube-system apply -R -f ./cert-manager ``` +