-
Bug
-
Resolution: Done
-
Major
-
None
-
4.13
-
None
-
None
-
Proposed
-
False
-
-
N/A
-
Bug Fix
-
Done
Description of problem:
documentationBaseURL still points to 4.12 URL on a 4.13 cluster
Version-Release number of selected component (if applicable):
4.13.0-0.nightly-2022-12-07-193721
How reproducible:
Always
Steps to Reproduce:
1. check documentationBaseURL on a 4.13 cluster $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.13.0-0.nightly-2022-12-07-193721 True False 37m Cluster version is 4.13.0-0.nightly-2022-12-07-193721 $ oc get cm console-config -n openshift-console -o yaml | grep documentationBaseURL documentationBaseURL: https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/ 2. 3.
Actual results:
it still points to 4.12
Expected results:
documentationBaseURL should be updated to https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/
Additional info: