From ddc3d5302bb2e8b8fc06dc1135b2c38eb1a16fe4 Mon Sep 17 00:00:00 2001 From: platex-rehor-bot Date: Thu, 13 Aug 2026 10:54:29 +0000 Subject: [PATCH] OCPBUGS-109419: Bump documentationBaseURL to 5.0 Update the default documentation base URL from 4.21 to 5.0 to match the current OpenShift Container Platform version. --- pkg/console/subresource/configmap/brand_ocp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/console/subresource/configmap/brand_ocp.go b/pkg/console/subresource/configmap/brand_ocp.go index 45ad7f9fee..ec62a6a7f4 100644 --- a/pkg/console/subresource/configmap/brand_ocp.go +++ b/pkg/console/subresource/configmap/brand_ocp.go @@ -5,5 +5,5 @@ package configmap const ( DEFAULT_BRAND = "ocp" - DEFAULT_DOC_URL = "https://access.redhat.com/documentation/en-us/openshift_container_platform/4.21/" + DEFAULT_DOC_URL = "https://access.redhat.com/documentation/en-us/openshift_container_platform/5.0/" )