-
Does someone know a way to force the latest cluster operator (1.12.1) to install the image 3.10 for the broker server? The operator deploys RabbitMQ 3.10.1 by default, and supports versions from 3.8.8 upwards. The operator requires Kubernetes 1.19 or newer. Although the operator is at the new version:
The broker is installed with the old version (3.9.13):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @padowla, I think the README was updated to match the latest main branch. This is just released in cluster operator In the future, if you need to deploy a specific version of RabbitMQ, you can customize
Available RabbitMQ images provided by dockerhub can be found here. |
Beta Was this translation helpful? Give feedback.
Hi @padowla, I think the README was updated to match the latest main branch. This is just released in cluster operator
1.13.0
.In the future, if you need to deploy a specific version of RabbitMQ, you can customize
spec.image
for any RabbitmqCluster you wish to deploy. Alternatively, you can also set a default image in the cluster operator level. See:DEFAULT_RABBITMQ_IMAGE
Available RabbitMQ images provided by dockerhub can be found here.