From bbe461c8c0c9fb85cc3748187d172c61cf8e9fc5 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 5 Jun 2020 09:37:09 -0400 Subject: [PATCH] Set operator version to 0.4.0 --- 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 ad42072e..c27d8f1b 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: "ansible/tower-operator:latest" + image: "ansible/tower-operator:0.4.0" imagePullPolicy: "Always" volumeMounts: - mountPath: /tmp/ansible-operator/runner name: runner readOnly: true - name: operator - image: "ansible/tower-operator:latest" + image: "ansible/tower-operator:0.4.0" imagePullPolicy: "Always" volumeMounts: - mountPath: /tmp/ansible-operator/runner