From 40eb11e95a8dd285de429551936b84f96fdf1d16 Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Wed, 13 Dec 2023 14:48:05 -0500 Subject: [PATCH] bump operator-sdk to 1.31 to match ci-operator.yaml Signed-off-by: Jon Schlueter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index adb92e45..c78c2d45 100644 --- a/Makefile +++ b/Makefile @@ -197,7 +197,7 @@ OPERATOR_SDK ?= $(LOCALBIN)/operator-sdk ## Tool Versions KUSTOMIZE_VERSION ?= v3.8.7 CONTROLLER_TOOLS_VERSION ?= v0.11.1 -OPERATOR_SDK_VERSION ?= v1.26.1 +OPERATOR_SDK_VERSION ?= v1.31.0 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" .PHONY: kustomize