From bea4bbd64c374e0d2f5532a142bc4f71fe764c4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 16:49:27 +0000 Subject: [PATCH] chore(deps): update dependency operator-framework/operator-sdk to v1.37.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c43c8e..b0da506 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.36.1 # github-releases:operator-framework/operator-sdk +OPERATOR_SDK_VERSION ?= v1.37.0 # github-releases:operator-framework/operator-sdk # Image URL to use all building/pushing image targets IMG ?= drpsychick/mailu-operator:$(VERSION) # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.