From 319d56642bf6c5cc1a56e7d18a19f8ee66ee0721 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 1 Sep 2024 13:19:28 +1200 Subject: [PATCH] Fix ocp version in exercise 2 imagesetconfig. --- data/workshop/exercise2.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/workshop/exercise2.mdx b/data/workshop/exercise2.mdx index 5205d65..5feceee 100644 --- a/data/workshop/exercise2.mdx +++ b/data/workshop/exercise2.mdx @@ -87,7 +87,7 @@ This bundle archive was created by the `oc-mirror` utility using the configurati cat imageset-config.yaml ``` -Your file should look something like the example below, we can see the two versions of OpenShift `4.14.19` and `4.14.20` that are specified to be downloaded, along with the `registry.redhat.io/rhel8/support-tools` additional standalone container image. +Your file should look something like the example below, we can see the the `4.14.35` version of OpenShift is specified to be downloaded, along with the `registry.redhat.io/rhel8/support-tools` additional standalone container image. ```yaml kind: ImageSetConfiguration @@ -100,8 +100,8 @@ mirror: channels: - name: stable-4.14 type: ocp - minVersion: 4.14.19 - maxVersion: 4.14.20 + minVersion: 4.14.35 + maxVersion: 4.14.35 additionalImages: - name: registry.redhat.io/rhel8/support-tools