From a38e0a6d8e66e7459f3a4fdd24d4ac361d21dd65 Mon Sep 17 00:00:00 2001 From: "scality-renovate[bot]" <234218835+scality-renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 04:25:27 +0000 Subject: [PATCH] chore(deps): update dependency operator-framework/operator-registry to v1.73.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))