diff --git a/Makefile b/Makefile index f848ba7..967c1f4 100644 --- a/Makefile +++ b/Makefile @@ -332,7 +332,7 @@ bundle-push: ## Push the bundle image. .PHONY: opm OPM = $(LOCALBIN)/opm # renovate: datasource=github-releases depName=operator-framework/operator-registry -OPM_VERSION ?= v1.55.0 +OPM_VERSION ?= v1.73.0 opm: ## Download opm locally if necessary. ifeq (,$(wildcard $(OPM))) ifeq (,$(shell which opm 2>/dev/null))