From 51d4e88f2f172906885684fe10f02b09690c95fd Mon Sep 17 00:00:00 2001 From: ashleyvjoy <110008193+ashleyvjoy@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:25:16 +0530 Subject: [PATCH] Update bundle.Dockerfile file for the supported openshift lower bound(n-3) version (#767) * add n-3 installation support * address review comments --- bundle.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.Dockerfile b/bundle.Dockerfile index fa5b623e8..ec4c27a69 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -15,7 +15,7 @@ LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 # Labels for testing. LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1 LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/ -LABEL com.redhat.openshift.versions=v4.16-v4.17 +LABEL com.redhat.openshift.versions="v4.14" LABEL com.redhat.delivery.backport=false LABEL com.redhat.delivery.operator.bundle=true