Skip to content

Commit f62a457

Browse files
committed
Changed latest versions to stable
1 parent a660652 commit f62a457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ipi-install-retrieving-the-openshift-installer.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
[id="retrieving-the-openshift-installer_{context}"]
77
= Retrieving the {product-title} installer
88

9-
Use the `latest-4.x` version of the installer to deploy the latest generally
10-
available version of {product-title}:
9+
Use the `stable-4.x` version of the installer to deploy the generally
10+
available stable version of {product-title}:
1111

1212
[source,terminal]
1313
----
14-
$ export VERSION=latest-4.9
14+
$ export VERSION=stable-4.10
1515
export RELEASE_IMAGE=$(curl -s https://mirror.openshift.com/pub/openshift-v4/clients/ocp/$VERSION/release.txt | grep 'Pull From: quay.io' | awk -F ' ' '{print $3}')
1616
----

0 commit comments

Comments
 (0)