Merge "Fix typo in RabbitMQ versions pinning"

This commit is contained in:
Zuul
2024-09-18 14:03:22 +00:00
committed by Gerrit Code Review

View File

@@ -199,7 +199,7 @@ you must override the image. if you want to use version 3.12 change
.. code-block:: yaml
rabbitmq_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/rabbitmq-3.12"
rabbitmq_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/rabbitmq-3-12"
You can then upgrade RabbitMQ with the usual command: