File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -53,22 +53,21 @@ OPERATOR_SDK_VERSION ?= v{osdk_ver} <1>
53
53
----
54
54
<1> Change the version from `{osdk_ver_n1}` to `{osdk_ver}` .
55
55
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:
57
57
+
58
58
.Example Dockerfile
59
59
[source,docker,subs="attributes+"]
60
60
----
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}
62
62
----
63
- <1> Update the Helm Operator version from `{osdk_ver_n1}` to `{osdk_ver}` .
64
63
endif::[]
65
64
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:
67
66
+
68
67
.Example Dockerfile
69
68
[source,docker,subs="attributes+"]
70
69
----
71
- FROM registry.redhat.io/openshift4/ose-ansible-operator:v{osdk_ver }
70
+ FROM registry.redhat.io/openshift4/ose-ansible-operator:v{product-version }
72
71
----
73
72
endif::[]
74
73
ifdef::golang,hybrid[]
You can’t perform that action at this time.
0 commit comments