From fc26fc66f105a492c351daedb93bbd4c856adf2c Mon Sep 17 00:00:00 2001 From: Ankit Mahajan Date: Tue, 14 Jul 2026 23:12:13 +0530 Subject: [PATCH] OCPBUGS-85379: Bump documentationBaseURL to 4.22 Update DEFAULT_DOC_URL to point to OpenShift Container Platform 4.22 documentation, which is now the latest published version. Signed-off-by: Ankit Mahajan Co-authored-by: Cursor --- 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 45ad7f9fe..93d7e0b81 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/4.22/" )