Description of problem: documentationBaseURL is still pointing to 4.6 which should be updated to 4.7 Version-Release number of selected component (if applicable): 4.7.0-0.nightly-2020-11-09-190845 How reproducible: Always Steps to Reproduce: 1.$ oc get cm console-config -n openshift-console -o yaml | grep documentationBaseURL documentationBaseURL: https://docs.openshift.com/container-platform/4.6/ 2. 3. Actual results: 1. documentationBaseURL still points to OCP 4.6 Expected results: 1. documentationBaseURL should point to OCP 4.7 Additional info:
Checked on ocp 4.7 cluster with payload 4.7.0-0.nightly-2020-11-12-063401, the doc version has been updated to 4.7: $ oc get cm console-config -n openshift-console -o yaml | grep documentationBaseURL documentationBaseURL: https://docs.openshift.com/container-platform/4.7/
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.7.0 security, bug fix, and enhancement 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-2020:5633