From 5645312b630f898027563be4d120e34241bbf0c1 Mon Sep 17 00:00:00 2001 From: Periklis Tsirakidis Date: Mon, 31 Jul 2023 10:20:49 +0200 Subject: [PATCH] operator: Drop OCP 4.10 & 4.11 support in community-openshift bundle --- operator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/Makefile b/operator/Makefile index d8d3bba81dced..93a3a3546fc03 100644 --- a/operator/Makefile +++ b/operator/Makefile @@ -24,7 +24,7 @@ LOKI_OPERATOR_NS ?= kubernetes-operators VERSION ?= 0.4.0 CHANNELS ?= "alpha" DEFAULT_CHANNEL ?= "alpha" -SUPPORTED_OCP_VERSIONS="v4.10" +SUPPORTED_OCP_VERSIONS="v4.12" # REGISTRY_BASE # defines the container registry and organization for the bundle and operator container images.