Description of problem: community-operators doesn't use the downstream image Version-Release number of selected component (if applicable): zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.11.0-0.nightly-2022-06-25-081133 True False 94m Cluster version is 4.11.0-0.nightly-2022-06-25-081133 How reproducible: always Steps to Reproduce: 1. zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc get catsrc -A NAMESPACE NAME DISPLAY TYPE PUBLISHER AGE openshift-marketplace certified-operators Certified Operators grpc Red Hat 118m openshift-marketplace community-operators Community Operators grpc Red Hat 118m openshift-marketplace qe-app-registry Production Operators grpc OpenShift QE 91m openshift-marketplace redhat-marketplace Red Hat Marketplace grpc Red Hat 118m openshift-marketplace redhat-operators Red Hat Operators grpc Red Hat 118m zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc project openshift-marketplace Now using project "openshift-marketplace" on server "https://api.qe-daily-0627.qe.devcluster.openshift.com:6443". zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc get pod NAME READY STATUS RESTARTS AGE 277593912e00870122e6bf32ab900a938d9831e95762468f799a02ccb6xl8gz 0/1 Completed 0 91m certified-operators-4rbg7 1/1 Running 0 119m cf2f352ddb1076fab24f6eb1fe4620cdce821dfa27a802fbf6d246712ad788n 0/1 Completed 0 91m community-operators-w9r4m 1/1 Running 0 119m marketplace-operator-58f6b4bccd-pwqrt 1/1 Running 0 126m qe-app-registry-dzjv9 1/1 Running 0 33m redhat-marketplace-rxcl6 1/1 Running 0 119m redhat-operators-4hlk8 1/1 Running 0 119m zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc rsh community-operators-w9r4m cat /etc/redhat-release cat: can't open '/etc/redhat-release': No such file or directory command terminated with exit code 1 zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc rsh community-operators-w9r4m ls /etc debian_version hostname os-release services default hosts passwd skel dpkg issue profile.d ssl ethertypes issue.net protocols update-motd.d group mtab resolv.conf host.conf nsswitch.conf rpc 2. 3. Actual results: community-operators doesn't use the downstream image Expected results: community-operators uses the downstream image Additional info: zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc rsh certified-operators-4rbg7 cat /etc/redhat-release Red Hat Enterprise Linux release 8.4 (Ootpa) zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc rsh redhat-marketplace-rxcl6 cat /etc/redhat-release Red Hat Enterprise Linux release 8.4 (Ootpa) zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc rsh redhat-operators-4hlk8 cat /etc/redhat-release Red Hat Enterprise Linux release 8.4 (Ootpa)
Hello, The OLM team doesn't control the OpenShift community operators catalog source. You'll need to file an issue against the CVP team at http://issues.redhat.com/browse/CVP. Best, Alex
Link the CVP ticket here: https://issues.redhat.com/browse/CVP-3011
Reopen it based on comments https://issues.redhat.com/browse/CVP-3011
I'm still not convinced that this is a bug with OLM or OPM, this seems to be an issue with the CVP pipeline's release of the community catalogSource. I left a comment on the JIRA ticket linked above and am going to close this until the CVP team convinces me that this is an OLM issue.