1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

OCPBUGS#22762: 4.14+ Fix osdk_ver-n1 variable

This commit is contained in:
Michael Ryan Peter
2024-03-04 12:02:18 -05:00
committed by openshift-cherrypick-robot
parent c0dea1e69e
commit eeb3eb01dd

View File

@@ -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:
+