Skip to content

Commit 494cd72

Browse files
committed
re-generate scaffolding post release
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent b8a728e commit 494cd72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

testdata/go/v4/memcached-operator/Makefile

+1-1
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.39.0
51+
OPERATOR_SDK_VERSION ?= v1.39.1
5252
# Image URL to use all building/pushing image targets
5353
IMG ?= controller:latest
5454
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.

testdata/go/v4/monitoring/memcached-operator/Makefile

+1-1
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.39.0
51+
OPERATOR_SDK_VERSION ?= v1.39.1
5252
# Image URL to use all building/pushing image targets
5353
IMG ?= controller:latest
5454
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.

testdata/helm/memcached-operator/Makefile

+1-1
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.39.0
51+
OPERATOR_SDK_VERSION ?= v1.39.1
5252

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

0 commit comments

Comments
 (0)