Skip to content

Commit 11ebbae

Browse files
authored
Merge pull request #61064 from GroceryBoyJr/image-413
OSDOCS-6473 Change images from the 48 to the 413 ones
2 parents 46d12e6 + 5658804 commit 11ebbae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

modules/installation-creating-gcp-worker.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ $ gcloud deployment-manager deployments create ${INFRA_ID}-worker --config 06_wo
140140
[.small]
141141
--
142142
1. To use a GCP Marketplace image, specify the offer to use:
143-
** {product-title}: `\https://www.googleapis.com/compute/v1/projects/redhat-marketplace-public/global/images/redhat-coreos-ocp-48-x86-64-202210040145`
144-
** {opp}: `\https://www.googleapis.com/compute/v1/projects/redhat-marketplace-public/global/images/redhat-coreos-opp-48-x86-64-202206140145`
145-
** {oke}: `\https://www.googleapis.com/compute/v1/projects/redhat-marketplace-public/global/images/redhat-coreos-oke-48-x86-64-202206140145`
143+
** {product-title}: `\https://www.googleapis.com/compute/v1/projects/redhat-marketplace-public/global/images/redhat-coreos-ocp-413-x86-64-202305021736`
144+
** {opp}: `\https://www.googleapis.com/compute/v1/projects/redhat-marketplace-public/global/images/redhat-coreos-opp-413-x86-64-202305021736`
145+
** {oke}: `\https://www.googleapis.com/compute/v1/projects/redhat-marketplace-public/global/images/redhat-coreos-oke-413-x86-64-202305021736`
146146
--
147147

148148
ifeval::["{context}" == "installing-gcp-user-infra"]

modules/installation-gcp-marketplace.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ $ openshift-install create manifests --dir <installation_dir>
2828

2929
. In each file, edit the `.spec.template.spec.providerSpec.value.disks[0].image` property to reference the offer to use:
3030
+
31-
{product-title}:: `projects/redhat-marketplace-public/global/images/redhat-coreos-ocp-48-x86-64-202210040145`
32-
{opp}:: `projects/redhat-marketplace-public/global/images/redhat-coreos-opp-48-x86-64-202206140145`
33-
{oke}:: `projects/redhat-marketplace-public/global/images/redhat-coreos-oke-48-x86-64-202206140145`
31+
{product-title}:: `projects/redhat-marketplace-public/global/images/redhat-coreos-ocp-413-x86-64-202305021736`
32+
{opp}:: `projects/redhat-marketplace-public/global/images/redhat-coreos-opp-413-x86-64-202305021736`
33+
{oke}:: `projects/redhat-marketplace-public/global/images/redhat-coreos-oke-413-x86-64-202305021736`
3434

3535
.Example compute machine set with the GCP Marketplace image
3636
[source,yaml]

0 commit comments

Comments
 (0)