diff --git a/modules/osdk-updating-128-to-131.adoc b/modules/osdk-updating-128-to-131.adoc index 83fbc0088e..b6d0f3769e 100644 --- a/modules/osdk-updating-128-to-131.adoc +++ b/modules/osdk-updating-128-to-131.adoc @@ -72,7 +72,7 @@ FROM quay.io/operator-framework/helm-operator:v{osdk_ver} <1> # This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit. OPERATOR_SDK_VERSION ?= v{osdk_ver} <1> ---- -<1> Change the version from `{osdk_ver-n1}` to `{osdk_ver}`. +<1> Change the version from `{osdk_ver_n1}` to `{osdk_ver}`. . 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: + @@ -135,7 +135,7 @@ If your Operator depends on one of these removed Python modules, update your Doc # This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit. OPERATOR_SDK_VERSION ?= v{osdk_ver} <1> ---- -<1> Change the version from `{osdk_ver-n1}` to `{osdk_ver}`. +<1> Change the version from `{osdk_ver_n1}` to `{osdk_ver}`. . 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: +