From b341c2d899ab0ac0d080605960d5c7441b15705e Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 24 Jul 2020 17:28:36 -0700 Subject: [PATCH] default to latest release for all the upgrade goodies --- examples/tenant-console.yaml | 2 +- examples/tenant-kes.yaml | 2 +- examples/tenant-pod-security-policy.yaml | 2 +- examples/tenant.yaml | 2 +- minioinstance-kustomize/kustomization.yaml | 2 +- minioinstance-kustomize/minio-tenant.yaml | 2 +- pkg/apis/minio.min.io/v1/constants.go | 2 +- testing/patching/upgrade-one-zone-step-2.yaml | 2 +- testing/patching/upgrade-two-zones-step-2.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/tenant-console.yaml b/examples/tenant-console.yaml index 2c36281a990..2bb7e776769 100644 --- a/examples/tenant-console.yaml +++ b/examples/tenant-console.yaml @@ -53,7 +53,7 @@ spec: prometheus.io/port: "9000" prometheus.io/scrape: "true" ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2020-07-22T00-26-33Z + image: minio/minio:RELEASE.2020-07-24T22-43-05Z ## A ClusterIP Service will be created with the given name serviceName: minio-internal-service ## Secret with credentials to be used by MinIO instance. diff --git a/examples/tenant-kes.yaml b/examples/tenant-kes.yaml index bef9366ddd3..6cc854bea33 100644 --- a/examples/tenant-kes.yaml +++ b/examples/tenant-kes.yaml @@ -53,7 +53,7 @@ spec: prometheus.io/port: "9000" prometheus.io/scrape: "true" ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2020-07-22T00-26-33Z + image: minio/minio:RELEASE.2020-07-24T22-43-05Z ## A ClusterIP Service will be created with the given name serviceName: minio-internal-service ## Secret with credentials to be used by MinIO instance. diff --git a/examples/tenant-pod-security-policy.yaml b/examples/tenant-pod-security-policy.yaml index 5deeeb4af7d..d022fd86e22 100644 --- a/examples/tenant-pod-security-policy.yaml +++ b/examples/tenant-pod-security-policy.yaml @@ -94,7 +94,7 @@ spec: prometheus.io/port: "9000" prometheus.io/scrape: "true" ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2020-07-22T00-26-33Z + image: minio/minio:RELEASE.2020-07-24T22-43-05Z ## A ClusterIP Service will be created with the given name serviceName: minio-internal-service ## Service account to be used for all the MinIO Pods diff --git a/examples/tenant.yaml b/examples/tenant.yaml index 0abf3797f44..c4b5186a319 100644 --- a/examples/tenant.yaml +++ b/examples/tenant.yaml @@ -42,7 +42,7 @@ spec: prometheus.io/port: "9000" prometheus.io/scrape: "true" ## Registry location and Tag to download MinIO Server image - image: minio/minio:RELEASE.2020-07-22T00-26-33Z + image: minio/minio:RELEASE.2020-07-24T22-43-05Z ## A ClusterIP Service will be created with the given name serviceName: minio-internal-service zones: diff --git a/minioinstance-kustomize/kustomization.yaml b/minioinstance-kustomize/kustomization.yaml index 82bc362218f..b2e1ba70c48 100644 --- a/minioinstance-kustomize/kustomization.yaml +++ b/minioinstance-kustomize/kustomization.yaml @@ -18,7 +18,7 @@ configMapGenerator: images: - name: minio/minio newName: minio/minio - newTag: RELEASE.2020-07-22T00-26-33Z + newTag: RELEASE.2020-07-24T22-43-05Z - name: minio/mcs newName: minio/mcs newTag: v0.2.0 diff --git a/minioinstance-kustomize/minio-tenant.yaml b/minioinstance-kustomize/minio-tenant.yaml index a2755cceae8..9652bca5a17 100644 --- a/minioinstance-kustomize/minio-tenant.yaml +++ b/minioinstance-kustomize/minio-tenant.yaml @@ -11,7 +11,7 @@ spec: prometheus.io/path: /minio/prometheus/metrics prometheus.io/port: "9000" prometheus.io/scrape: "true" - image: minio/minio:RELEASE.2020-07-22T00-26-33Z + image: minio/minio:RELEASE.2020-07-24T22-43-05Z serviceName: minio-internal-service credsSecret: name: minio-creds-secret diff --git a/pkg/apis/minio.min.io/v1/constants.go b/pkg/apis/minio.min.io/v1/constants.go index 75607ef5b90..a16211c05a1 100644 --- a/pkg/apis/minio.min.io/v1/constants.go +++ b/pkg/apis/minio.min.io/v1/constants.go @@ -71,7 +71,7 @@ const MinIOVolumeMountPath = "/export" const MinIOVolumeSubPath = "" // DefaultMinIOImage specifies the default MinIO Docker hub image -const DefaultMinIOImage = "minio/minio:RELEASE.2020-07-22T00-26-33Z" +const DefaultMinIOImage = "minio/minio:RELEASE.2020-07-24T22-43-05Z" // DefaultMinIOUpdateURL specifies the default MinIO URL where binaries are // pulled from during MinIO upgrades diff --git a/testing/patching/upgrade-one-zone-step-2.yaml b/testing/patching/upgrade-one-zone-step-2.yaml index 28ea716f6ca..c9a40a592d7 100644 --- a/testing/patching/upgrade-one-zone-step-2.yaml +++ b/testing/patching/upgrade-one-zone-step-2.yaml @@ -12,7 +12,7 @@ kind: Tenant metadata: name: upgrade-one-zone spec: - image: minio/minio:RELEASE.2020-07-22T00-26-33Z + image: minio/minio:RELEASE.2020-07-24T22-43-05Z zones: - servers: 1 volumesPerServer: 4 diff --git a/testing/patching/upgrade-two-zones-step-2.yaml b/testing/patching/upgrade-two-zones-step-2.yaml index 7c1c362e799..96b561ed089 100644 --- a/testing/patching/upgrade-two-zones-step-2.yaml +++ b/testing/patching/upgrade-two-zones-step-2.yaml @@ -12,7 +12,7 @@ kind: Tenant metadata: name: upgrade-two-zones spec: - image: minio/minio:RELEASE.2020-07-22T00-26-33Z + image: minio/minio:RELEASE.2020-07-24T22-43-05Z zones: - servers: 4 volumesPerServer: 4