Skip to content

Commit 3500745

Browse files
authored
updating generated files post 1.42.1 release (#7067)
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent 3d5ab21 commit 3500745

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

testdata/go/v4/memcached-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.42.0
51+
OPERATOR_SDK_VERSION ?= v1.42.1
5252
# Image URL to use all building/pushing image targets
5353
IMG ?= controller:latest
5454

testdata/go/v4/monitoring/memcached-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.42.0
51+
OPERATOR_SDK_VERSION ?= v1.42.1
5252
# Image URL to use all building/pushing image targets
5353
IMG ?= controller:latest
5454

testdata/helm/memcached-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.42.0
51+
OPERATOR_SDK_VERSION ?= v1.42.1
5252

5353
# Container tool to use for building and pushing images
5454
CONTAINER_TOOL ?= docker

0 commit comments

Comments
 (0)