diff --git a/Makefile b/Makefile index ad8d764..acbe086 100644 --- a/Makefile +++ b/Makefile @@ -338,7 +338,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.72.0 opm: ## Download opm locally if necessary. ifeq (,$(wildcard $(OPM))) ifeq (,$(shell which opm 2>/dev/null))