From 42f9185c8f2ce3d81f87657771fe7b7f02ca2725 Mon Sep 17 00:00:00 2001 From: Amarnath Valluri Date: Fri, 12 Nov 2021 12:57:45 +0200 Subject: [PATCH] operator: Bump operator-sdk version to v1.13.1 The most recent operator-sdk version is 1.14.0 which requires k8s 1.22. We can upgrade to 1.14 as part of adding 1.22 support to the driver. --- operator/operator.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/operator.make b/operator/operator.make index 588fcd284..65db21f7f 100644 --- a/operator/operator.make +++ b/operator/operator.make @@ -1,4 +1,4 @@ -OPERATOR_SDK_VERSION=1.6.1 +OPERATOR_SDK_VERSION=1.13.1 # download operator-sdk binary _work/bin/operator-sdk-$(OPERATOR_SDK_VERSION):