From b54132b52f680e282c3354855287c0d14b77d31d Mon Sep 17 00:00:00 2001 From: Dmitry Shulyak Date: Fri, 21 Apr 2017 13:39:48 +0300 Subject: [PATCH] Change mirantis to helm in image name --- helm_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm_client.go b/helm_client.go index ab535a876..39c4fa1e6 100644 --- a/helm_client.go +++ b/helm_client.go @@ -194,7 +194,7 @@ func prepareRudder(clientset kubernetes.Interface, namespace string) { Containers: []v1.Container{ { Name: "rudder-appcontroller", - Image: "mirantis/rudder-appcontroller", + Image: "helm/rudder-appcontroller", ImagePullPolicy: v1.PullNever, }, },