diff --git a/Makefile b/Makefile index f848ba7..f7136e8 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ endif # Set the Operator SDK version to use. By default, what is installed on the system is used. # This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit. # renovate: datasource=github-releases depName=operator-framework/operator-sdk -OPERATOR_SDK_VERSION ?= v1.42.0 +OPERATOR_SDK_VERSION ?= v1.42.2 # Image URL to use all building/pushing image targets IMG ?= controller:latest