From 912edbe07f68260da7099903b60d66b5a51e2e67 Mon Sep 17 00:00:00 2001 From: Robert Luby Date: Mon, 11 May 2026 14:51:21 +0200 Subject: [PATCH] OCPBUGS-85379: Bump default documentation URL to OCP 4.23 --- 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..37a517ca0 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.23/" )