-
Bug
-
Resolution: Done
-
Minor
-
None
-
4.13.z
-
None
-
No
-
False
-
Description of problem:
https://docs.openshift.com/container-platform/4.13/support/gathering-cluster-data.html#gathering-data-specific-features_gathering-cluster-data lists "registry.redhat.io/openshift-gitops-1/gitops-must-gather-rhel8:v<installed_version_GitOps>" as image for gitops must-gather. "openshift-gitops-operator.v1.9.0" and "openshift-gitops-operator.v1.9.1" have "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:*" as relatedImage defined
Version-Release number of selected component (if applicable):
4.13
How reproducible:
check docu and compare with redhat-operator-index
Steps to Reproduce:
1. opm render registry.redhat.io/redhat/redhat-operator-index:v4.13 > redhat-operator-index-v4.13.json 2. jq 'select(.schema == "olm.bundle") | select (.name == "openshift-gitops-operator.v1.9.0") | .relatedImages[].image' redhat-operator-index-v4.13.json | grep "gather" 3. compare with https://docs.openshift.com/container-platform/4.13/support/gathering-cluster-data.html#gathering-data-specific-features_gathering-cluster-data
Actual results:
image names do not match
Expected results:
documentation and specified related image should match
Additional info: