From 52e7cb37d0acf03537d65b7ea8518ab6e45e6b9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 17:52:09 +0000 Subject: [PATCH] chore(deps): update dependency operator-framework/operator-registry to v1.71.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47dd3f23..998ba436 100644 --- a/Makefile +++ b/Makefile @@ -305,7 +305,7 @@ ifeq (,$(shell which opm 2>/dev/null)) set -e ;\ mkdir -p $(dir $(OPM)) ;\ OS=$(shell go env GOOS) && ARCH=$(shell go env GOARCH) && \ - curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.69.0/$${OS}-$${ARCH}-opm ;\ + curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.71.0/$${OS}-$${ARCH}-opm ;\ chmod +x $(OPM) ;\ } else