Skip to content

Commit

Permalink
Update Makefile operator-sdk version to 1.31.0
Browse files Browse the repository at this point in the history
This aligns the operator-sdk version here with that
used for CI jobs and install_yamls
  • Loading branch information
dprince authored and openshift-merge-bot[bot] committed Dec 5, 2023
1 parent c9cbbb2 commit dec9865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ OPERATOR_SDK ?= $(LOCALBIN)/operator-sdk
## Tool Versions
KUSTOMIZE_VERSION ?= v3.8.7
CONTROLLER_TOOLS_VERSION ?= v0.11.1
OPERATOR_SDK_VERSION ?= v1.26.0
OPERATOR_SDK_VERSION ?= v1.31.0

KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
.PHONY: kustomize
Expand Down

0 comments on commit dec9865

Please sign in to comment.