Update yaml files to latest version RELEASE.2019-07-10T00-34-56Z

This commit is contained in:
Minio Trusted
2019-07-10 00:39:45 +00:00
parent 9d49688c87
commit 2d96745156
9 changed files with 19 additions and 43 deletions

View File

@@ -30,7 +30,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2019-07-05T21-20-21Z
image: minio/minio:RELEASE.2019-07-10T00-34-56Z
# 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-07-05T21-20-21Z
image: minio/minio:RELEASE.2019-07-10T00-34-56Z
args:
- server
- http://minio-0.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-07-05T21-20-21Z
image: minio/minio:RELEASE.2019-07-10T00-34-56Z
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-07-05T21-20-21Z
image: minio/minio:RELEASE.2019-07-10T00-34-56Z
args:
- server
- /data