Update yaml files to latest version RELEASE.2020-05-08T02-40-49Z

This commit is contained in:
Minio Trusted
2020-05-08 02:49:15 +00:00
parent 9dda1fd624
commit 5bf3eeaa77
7 changed files with 16 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
image: minio/minio:RELEASE.2020-05-08T02-40-49Z
# Unfortunately you must manually define each server. Perhaps autodiscovery via DNS can be implemented in the future.
args:
- server

View File

@@ -22,7 +22,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
image: minio/minio:RELEASE.2020-05-08T02-40-49Z
args:
- server
- http://minio-{0...3}.minio.default.svc.cluster.local/data

View File

@@ -24,7 +24,7 @@ spec:
containers:
- name: minio
# Pulls the default Minio image from Docker Hub
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
image: minio/minio:RELEASE.2020-05-08T02-40-49Z
args:
- gateway
- gcs

View File

@@ -32,7 +32,7 @@ spec:
- name: data
mountPath: "/data"
# Pulls the lastest Minio image from Docker Hub
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
image: minio/minio:RELEASE.2020-05-08T02-40-49Z
args:
- server
- /data