From 007218f1ec500e624329487218a88e74cbb168c0 Mon Sep 17 00:00:00 2001 From: Scott Trent Date: Thu, 12 Sep 2024 14:33:24 +0900 Subject: [PATCH] limit lower version Signed-off-by: Scott Trent --- bundle/metadata/annotations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 2fa65b5..5507616 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -14,4 +14,4 @@ annotations: operators.operatorframework.io.test.config.v1: tests/scorecard/ # Annotations for OpenShift version - com.redhat.openshift.versions: "v4.12-v4.16" + com.redhat.openshift.versions: "v4.13-v4.16"