From 9dd54e44a370c8579e876c33e19aab5fc12f1286 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Mon, 1 Jun 2020 16:13:09 -0400 Subject: [PATCH] Point at the ansible dockerhub --- deploy/tower-operator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/tower-operator.yaml b/deploy/tower-operator.yaml index 4ca22cc9..9cce63b1 100644 --- a/deploy/tower-operator.yaml +++ b/deploy/tower-operator.yaml @@ -113,14 +113,14 @@ spec: - /usr/local/bin/ao-logs - /tmp/ansible-operator/runner - stdout - image: "matburt/tower-operator:latest" + image: "ansible/tower-operator:latest" imagePullPolicy: "Always" volumeMounts: - mountPath: /tmp/ansible-operator/runner name: runner readOnly: true - name: operator - image: "matburt/tower-operator:latest" + image: "ansible/tower-operator:latest" imagePullPolicy: "Always" volumeMounts: - mountPath: /tmp/ansible-operator/runner