diff --git a/k8s/pod/rabbitmq-pod.json b/k8s/pod/rabbitmq-pod.json index 24d7511cea..8fd511d3a6 100644 --- a/k8s/pod/rabbitmq-pod.json +++ b/k8s/pod/rabbitmq-pod.json @@ -6,7 +6,7 @@ "id": "rabbitmq-1", "containers": [{ "name": "rabbitmq", - "image": "docker.usersys.redhat.com/larsks/rabbitmq", + "image": "kollaglue/fedora-rdo-rabbitmq", "ports": [ {"containerPort": 5672} ]