Skip to content

Commit 6bdce5b

Browse files
Run make generate after fetching tags
Signed-off-by: rashmigottipati <[email protected]>
1 parent 5e8d33f commit 6bdce5b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

testdata/ansible/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.28.0
51+
OPERATOR_SDK_VERSION ?= v1.30.0
5252

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

testdata/go/v3/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.28.0
51+
OPERATOR_SDK_VERSION ?= v1.30.0
5252

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

testdata/go/v3/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.28.0
51+
OPERATOR_SDK_VERSION ?= v1.30.0
5252

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

testdata/go/v4-alpha/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.28.0
51+
OPERATOR_SDK_VERSION ?= v1.30.0
5252

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

testdata/go/v4-alpha/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.28.0
51+
OPERATOR_SDK_VERSION ?= v1.30.0
5252

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

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.28.0
51+
OPERATOR_SDK_VERSION ?= v1.30.0
5252

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

0 commit comments

Comments
 (0)