From 1147acca2b442e9f6569e46bd8b3aeff3398c4e8 Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Wed, 13 Dec 2023 14:35:34 -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 5719a3e5..36fc1ef0 100644 --- a/Makefile +++ b/Makefile @@ -185,7 +185,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