From a5782ec515d62161aef307b0489b1e190b95a419 Mon Sep 17 00:00:00 2001 From: Thomas Burton Date: Tue, 23 Jun 2020 12:34:08 -0400 Subject: [PATCH] operator update --- operator/operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/operator.yaml b/operator/operator.yaml index bd0e02b..fc6dc20 100644 --- a/operator/operator.yaml +++ b/operator/operator.yaml @@ -132,5 +132,5 @@ spec: serviceAccountName: minio-operator-sa containers: - name: minio-operator - image: registry.dsop.io/platform-one/apps/minio/operator:1.0.7 + image: registry.dsop.io/platform-one/apps/minio/operator:1.0.7 imagePullPolicy: IfNotPresent -- GitLab