Update yaml files to latest version RELEASE.2019-09-05T23-24-38Z

This commit is contained in:
Minio Trusted
2019-09-05 23:30:40 +00:00
parent b52a3e523c
commit 5bde31d021
9 changed files with 22 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
# Unfortunately you must manually define each server. Perhaps autodiscovery via DNS can be implemented in the future.
args:
- server

View File

@@ -21,7 +21,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
args:
- server
- http://minio-{0...3}.minio.default.svc.cluster.local/data

View File

@@ -21,7 +21,7 @@ spec:
containers:
- name: minio
# Pulls the default Minio image from Docker Hub
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
args:
- gateway
- gcs

View File

@@ -29,7 +29,7 @@ spec:
- name: data
mountPath: "/data"
# Pulls the lastest Minio image from Docker Hub
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
args:
- server
- /data