From c98894f7566e0705d0873182c8bb7cb9e25bbcdc Mon Sep 17 00:00:00 2001 From: Thomas Burton Date: Tue, 23 Jun 2020 12:23:57 -0400 Subject: [PATCH] operator update --- operator/operator.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/operator/operator.yaml b/operator/operator.yaml index 496c805..bd0e02b 100644 --- a/operator/operator.yaml +++ b/operator/operator.yaml @@ -132,6 +132,5 @@ spec: serviceAccountName: minio-operator-sa containers: - name: minio-operator - image: registry.dsop.io/platform-one/apps/minio/operator:1.0.7 - # Modified to pull from P1 reg. image: minio/k8s-operator:1.0.7 + image: registry.dsop.io/platform-one/apps/minio/operator:1.0.7 imagePullPolicy: IfNotPresent -- GitLab