diff --git a/_templates/_page_openshift.html.erb b/_templates/_page_openshift.html.erb index 75ef5408ff3f..c8996e67ab5c 100644 --- a/_templates/_page_openshift.html.erb +++ b/_templates/_page_openshift.html.erb @@ -45,6 +45,8 @@ unsupported_versions_acs = ["3.65", "3.66", "3.67", "3.68", "3.69", "3.70", "3.71", "3.72"]; + unsupported_versions_serverless = []; + unsupported_versions_origin = ["3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.9", "3.10", "3.11", "4.1", "4.2", "4.3", "4.4", "4.5", "4.6", "4.7", "4.8", "4.9", "4.10", "4.11", "4.12"]; %> @@ -59,7 +61,7 @@ <% end %> - <% if (version == "4.13") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu") %> + <% if (version == "4.14") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu") %>