Description of problem: The oc binary downloaded from the console is outdated Version-Release number of selected component (if applicable): 4.6.9 How reproducible: Install or upgrade an OCP 4.6.9 cluster Steps to Reproduce: 1. wget --no-check-certificate https://$(oc get route downloads -n openshift-console -o jsonpath={.spec.host})/amd64/linux/oc.tar 2. tar xvf oc.tar 3. ./oc version or oc exec $(oc get po -n openshift-console -l component=downloads -o name | tail -n1) -- /usr/share/openshift/linux_amd64/oc version Actual results: Client Version: openshift-clients-4.6.0-202006250705.p0-168-g02c110006 Expected results: Client Version: 4.6.9 Additional info:
Moving over to console team that owns that bit of configuration.
Actually I reported this as oc because of https://bugzilla.redhat.com/show_bug.cgi?id=1837958
So console is just consuming the binaries from the `cli-artifacts` image. Re-assigning to Release team, since it looks like a similar issue to the https://bugzilla.redhat.com/show_bug.cgi?id=1911307
*** This bug has been marked as a duplicate of bug 1862377 ***