Skip to content

Commit 70f083e

Browse files
committed
Fix OSDK 4.17 base img tags
1 parent 69d8c27 commit 70f083e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

modules/osdk-updating-131-to-1361.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,21 @@ OPERATOR_SDK_VERSION ?= v{osdk_ver} <1>
5353
----
5454
<1> Change the version from `{osdk_ver_n1}` to `{osdk_ver}`.
5555
ifdef::helm[]
56-
. Edit your Operator's Dockerfile to update the Helm Operator version to {osdk_ver}, as shown in the following example:
56+
. Edit your Operator's Dockerfile to update the `ose-helm-rhel9-operator` image tag to `{product-version}`, as shown in the following example:
5757
+
5858
.Example Dockerfile
5959
[source,docker,subs="attributes+"]
6060
----
61-
FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator:v{osdk_ver} <1>
61+
FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator:v{product-version}
6262
----
63-
<1> Update the Helm Operator version from `{osdk_ver_n1}` to `{osdk_ver}`.
6463
endif::[]
6564
ifdef::ansible[]
66-
. Edit your Operator's Dockerfile to update the `ansible-operator` base image version to {osdk_ver}, as shown in the following example:
65+
. Edit your Operator's Dockerfile to update the `ose-ansible-operator` image tag to `{product-version}`, as shown in the following example:
6766
+
6867
.Example Dockerfile
6968
[source,docker,subs="attributes+"]
7069
----
71-
FROM registry.redhat.io/openshift4/ose-ansible-operator:v{osdk_ver}
70+
FROM registry.redhat.io/openshift4/ose-ansible-operator:v{product-version}
7271
----
7372
endif::[]
7473
ifdef::golang,hybrid[]

0 commit comments

Comments
 (0)