Skip to content

Commit 418dd8e

Browse files
bump operator-sdk version number
1 parent 6398ad7 commit 418dd8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif
4848

4949
# Set the Operator SDK version to use. By default, what is installed on the system is used.
5050
# This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit.
51-
OPERATOR_SDK_VERSION ?= v1.37.0
51+
OPERATOR_SDK_VERSION ?= v1.42.0
5252

5353
# Image URL to use all building/pushing image targets
5454
IMG ?= controller:latest

storage-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif
4848

4949
# Set the Operator SDK version to use. By default, what is installed on the system is used.
5050
# This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit.
51-
OPERATOR_SDK_VERSION ?= v1.37.0
51+
OPERATOR_SDK_VERSION ?= v1.42.0
5252

5353
# Image URL to use all building/pushing image targets
5454
IMG ?= controller:latest

0 commit comments

Comments
 (0)