-
Bug
-
Resolution: Done
-
Blocker
-
quay-v3.4.0
-
False
-
False
-
Undefined
-
Description:
This is an issue found when use new Quay Bundle image to deploy Quay Operator, it was failed to deploy, the reason is in Quay Bundle image, it refer to quay Operator by tag rather than digest.
Index image: registry-proxy.engineering.redhat.com/rh-osbs/iib:24460
Quay Bundle Image: rh-osbs/quay-quay-operator-bundle:v3.4.0-21
lizhang@lzha-mac quay3.4 % oc get deployment quay-operator -n openshift-operators -o json | jq '.spec.template.metadata.annotations.containerImage' "registry-proxy.engineering.redhat.com/rh-osbs/quay-quay-quay-operator-container:v3.4.0"
Steps:
- Following docs "https://docs.engineering.redhat.com/display/CFC/Test" to deploy Quay Operator
- On OCP Operator Hub, choose Quay V3.4 Operator
- Install Quay Operator with all default settings
Expected Results:
Quay Operator can be deployed successfully.
Actual Results:
Quay Operator deployment was failed.