-
Bug
-
Resolution: Done
-
Critical
-
None
-
AMQ 7.10.0.OPR.2.GA, AMQ 7.10.0.OPR.3.GA
-
None
-
False
-
None
-
False
-
Low
-
-
Workaround Exists
-
-
When trying to install AMQ 7 operator via command line, it failed to pull the operator image.
At the operator.yaml
147 value: "false"
148 image: registry.redhat.io/amq7/amq-broker-rhel8-operator:7.10-9
149 livenessProbe:
It should be 7.10-11 [1]
147 value: "false"
148 image: registry.redhat.io/amq7/amq-broker-rhel8-operator:7.10-11
149 livenessProbe:
So, change the operator.yaml line 148
[1]
Notice there are 7.10-11, 7.10-10 just not 7.10-9
- is duplicated by
-
ENTMQBR-6869 The operator.yaml point on an image that does not exist in the registry
- Closed