From 65c5b6af8d238b504bdd0a3c9f910c76c4d42bc8 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Thu, 24 Jul 2025 11:48:36 +0100 Subject: [PATCH] Update CRD version installed via makefile target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c7d1c211..63bcda856 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ e2e-job: go test -v -race -failfast -timeout 90m ./test/e2e/... --ginkgo.randomizeAllSpecs install-olm-crds: - kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.17.0/crds.yaml + kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.32.0/crds.yaml .PHONY: vendor vendor: