Description of problem: The documentationBaseURL on 4.8 cluster is still pointing to 4.7 Version-Release number of selected component (if applicable): 4.8.0-0.nightly-2021-03-10-142839 How reproducible: Always Steps to Reproduce: 1. check documentationBaseURL $ oc get cm console-config -n openshift-console -o yaml | grep customization -A2 customization: branding: ocp documentationBaseURL: https://docs.openshift.com/container-platform/4.7/ 2. 3. Actual results: 1. documentationBaseURL should be updated to https://docs.openshift.com/container-platform/4.8/ Expected results: Additional info:
*** Bug 1938601 has been marked as a duplicate of this bug. ***
Checked on OCP 4.8 cluster with payload 4.8.0-0.nightly-2021-03-15-144314. The value of "documentationBaseURL" has been updated to " https://docs.openshift.com/container-platform/4.8/" Steps for verify: 1. Login OCP by using command line 2. Check the value of "documentationBaseURL" by using below command: oc get cm console-config -n openshift-console -o yaml | grep customization -A2
Checked on OCP 4.8 cluster with payload 4.8.0-0.nightly-2021-03-15-144314. The value of 'documentationBaseURL' has been updated to " https://docs.openshift.com/container-platform/4.8/" Steps for verify: 1. Login OCP by using command line 2. Check the value of 'documentationBaseURL' by using below command: oc get cm console-config -n openshift-console -o yaml | grep customization -A2 3. Verified the value of 'documentationBaseURL' is updated, and the return value in command line is shown as below: customization: branding: ocp documentationBaseURL: https://docs.openshift.com/container-platform/4.8/
*** Bug 1938599 has been marked as a duplicate of this bug. ***
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438