From 5bc2dd546a250e71ff4f4e60d6edfc13ecc3d14d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 23:40:53 +0000 Subject: [PATCH] chore(deps): update dependency operator-framework/operator-sdk to v1.42.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 967475ae..a969614a 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,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. -OPERATOR_SDK_VERSION ?= v1.42.2 +OPERATOR_SDK_VERSION ?= v1.42.3 # Image URL to use all building/pushing image targets IMG ?= controller:latest