Fix ocp version in exercise 2 imagesetconfig.

This commit is contained in:
2024-09-01 13:19:28 +12:00
parent f2b66c2e9a
commit 319d56642b

View File

@ -87,7 +87,7 @@ This bundle archive was created by the `oc-mirror` utility using the configurati
cat imageset-config.yaml 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 ```yaml
kind: ImageSetConfiguration kind: ImageSetConfiguration
@ -100,8 +100,8 @@ mirror:
channels: channels:
- name: stable-4.14 - name: stable-4.14
type: ocp type: ocp
minVersion: 4.14.19 minVersion: 4.14.35
maxVersion: 4.14.20 maxVersion: 4.14.35
additionalImages: additionalImages:
- name: registry.redhat.io/rhel8/support-tools - name: registry.redhat.io/rhel8/support-tools