Skip to content

Commit 0ccaccc

Browse files
authored
Merge pull request #39362 from amolnar-rh/BZ2024214_main
BZ2024214: Changed latest versions to stable
2 parents 4060f66 + f62a457 commit 0ccaccc

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)