Skip to content

Commit feaf732

Browse files
authored
Merge pull request #81481 from RichardHoch/image_tag_ocp3
Change the image tag for openshift-migration-legacy operator
2 parents 4c7e9f4 + 171bd75 commit feaf732

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

_attributes/common-attributes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ endif::[]
6565
:mtc-full: Migration Toolkit for Containers
6666
:mtc-version: 1.8
6767
:mtc-version-z: 1.8.4
68+
:mtc-legacy-image: 1.7
6869
// builds (Valid only in 4.11 and later)
6970
:builds-v2title: Builds for Red Hat OpenShift
7071
:builds-v2shortname: OpenShift Builds v2

modules/migration-upgrading-mtc-with-legacy-operator.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ $ podman login registry.redhat.io
3535
+
3636
[source,terminal,subs="attributes+"]
3737
----
38-
$ podman cp $(podman create \
39-
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-version}):/operator.yml ./
38+
$ podman cp $(podman create registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-legacy-image}:/operator.yml ./
4039
----
4140

4241
. Replace the {mtc-full} Operator by entering the following command:
@@ -71,8 +70,7 @@ $ oc -o yaml -n openshift-migration get deployment/migration-operator | grep ima
7170
+
7271
[source,terminal,subs="attributes+"]
7372
----
74-
$ podman cp $(podman create \
75-
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-version}):/controller.yml ./
73+
$ podman cp $(podman create registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-legacy-image}):/operator.yml ./
7674
----
7775

7876
. Create the `migration-controller` object by entering the following command:

0 commit comments

Comments
 (0)