From cb05bb513bc5dbb2aa0a10a569ee5032515ea382 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 8 Oct 2014 09:25:07 -0700 Subject: [PATCH] Modify rabbitmq pod to point to right image The image location for rabbitmq was incorrectly pointing at Lars private repository. Change it to point to the global kollaglue repo. Change-Id: Ib4fd84db9410fa7057730ff74be2acc0babfa438 --- k8s/pod/rabbitmq-pod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ]