From 474fb7eba17d1cba009cb5927e7ee7ca918bd134 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Thu, 11 Jul 2024 14:01:36 -0700 Subject: [PATCH] Specify open-ended OCP version range in OLM bundle Signed-off-by: Christopher Desiniotis --- bundle/metadata/annotations.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index f13bb0580..cdc69cdf0 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -14,4 +14,6 @@ annotations: operatorframework.io/suggested-namespace: nvidia-gpu-operator # Annotations to specify OCP versions compatibility. - com.redhat.openshift.versions: v4.9-v4.15 + # We specify an open-ended range so that the operator bundle + # is automatically made available to new OCP releases. + com.redhat.openshift.versions: v4.12