Skip to content

Commit 68fa19c

Browse files
Merge pull request #72562 from michaelryanpeter/ocpbugs-22762-fix-osdk-ver-n1-variable
OCPBUGS#22762: Fix `osdk_ver-n1` variable
2 parents 7568882 + 35eecdc commit 68fa19c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ FROM quay.io/operator-framework/helm-operator:v{osdk_ver} <1>
7272
# This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit.
7373
OPERATOR_SDK_VERSION ?= v{osdk_ver} <1>
7474
----
75-
<1> Change the version from `{osdk_ver-n1}` to `{osdk_ver}`.
75+
<1> Change the version from `{osdk_ver_n1}` to `{osdk_ver}`.
7676

7777
. If you use a custom service account for deployment, define the following role to require a watch operation on your secrets resource, as shown in the following example:
7878
+
@@ -135,7 +135,7 @@ If your Operator depends on one of these removed Python modules, update your Doc
135135
# This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit.
136136
OPERATOR_SDK_VERSION ?= v{osdk_ver} <1>
137137
----
138-
<1> Change the version from `{osdk_ver-n1}` to `{osdk_ver}`.
138+
<1> Change the version from `{osdk_ver_n1}` to `{osdk_ver}`.
139139

140140
. Update your `requirements.yaml` and `requirements.go` files to remove the `community.kubernetes` collection and update the `operator_sdk.util` collection to version `0.5.0`, as shown in the following example:
141141
+

0 commit comments

Comments
 (0)