+++ This bug was initially created as a clone of Bug #1628066 +++
Description of problem:
For now, we still use the upstream images of Etcd-operator/Prometheus-operator in the OLM. But, we should replace them with their downstream images.
One of hardcode items in installation:
https://github.com/openshift/openshift-ansible/blob/master/roles/olm/files/rh-operators.configmap.yaml#L5819
Version-Release number of selected component (if applicable):
the latest openshift-ansible master branch
How reproducible:
always
Steps to Reproduce:
1. Install the OLM via the openshift-ansible.
2. Create an operator via the OLM, for example, Prometheus-operator
3. Check the image of the Prometheus-Operator
Actual results:
The image of Prometheus-operator from upstream, for example:
image: quay.io/prometheus/prometheus:v2.3.2
image: quay.io/coreos/prometheus-config-reloader:v0.22.2
image: quay.io/coreos/configmap-reload:v0.0.1
Expected results:
We should config the downstream images for the Prometheus operator.
Additional info:
As sync this issue with the developers & PM in the email, we won't use the downstream image of the operators in the OLM for 3.11. So, I file the target release to 4.0, correct me if I'm wrong.