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