File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
monitoring/memcached-operator Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.2
51+ OPERATOR_SDK_VERSION ?= v1.40.0
5252# Image URL to use all building/pushing image targets
5353IMG ?= controller:latest
5454
Original file line number Diff line number Diff line change 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.2
51+ OPERATOR_SDK_VERSION ?= v1.40.0
5252# Image URL to use all building/pushing image targets
5353IMG ?= controller:latest
5454
Original file line number Diff line number Diff line change 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.2
51+ OPERATOR_SDK_VERSION ?= v1.40.0
5252
5353# Container tool to use for building and pushing images
5454CONTAINER_TOOL ?= docker
You can’t perform that action at this time.
0 commit comments