-
Bug
-
Resolution: Done
-
Blocker
-
fuse-7.4-GA
-
%
-
I tried to create Fuse Console with fuse console operator, but it was giving me the error in deployment of fuse console.
After checking the fuse console operator image, I found that it is using wrong image stream for fuse console:
docker run brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/fuse7/fuse-console-operator:1.4-2 cat templates/deployment.yaml
When you find the image stream for Hawtio app in this template, you can see that it is using:
name: fuse7/fuse-console-operator:${VERSION}
According to us, it should use registry.redhat.io and there should not be fuse-console-operator, but fuse-console.
Check attachments for the full image template.