Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
update operator-sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McKay committed Dec 13, 2021
1 parent 45659c0 commit d4fe9d6
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 @@ -370,7 +370,7 @@ catalog-push: ## Push a catalog image.
OS_NAME = $(shell uname -s)
# operator-sdk variables
# ======================
OPERATOR_SDK_VERSION ?= v1.13.0
OPERATOR_SDK_VERSION ?= v1.13.1
ifeq ($(OS_NAME), Linux)
OPERATOR_SDK_URL=https://github.com/operator-framework/operator-sdk/releases/download/$(OPERATOR_SDK_VERSION)/operator-sdk_linux_amd64
else ifeq ($(OS_NAME), Darwin)
Expand Down

0 comments on commit d4fe9d6

Please sign in to comment.