From 8f3cdc0609bc8c920119d6fde151d5da8b86069f Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 21 May 2020 23:46:29 -0700 Subject: [PATCH] update to operator example to use 2.0.2 --- minio-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minio-operator.yaml b/minio-operator.yaml index 28c489cf0b7..cea1e3c317f 100644 --- a/minio-operator.yaml +++ b/minio-operator.yaml @@ -202,7 +202,7 @@ spec: serviceAccountName: minio-operator-sa containers: - name: minio-operator - image: minio/k8s-operator:2.0.1 + image: minio/k8s-operator:2.0.2 imagePullPolicy: IfNotPresent # To specify cluster domain, un comment the following: # env: