Update yaml files to latest version RELEASE.2018-12-06T01-27-43Z

This commit is contained in:
Minio Trusted
2018-12-06 01:35:43 +00:00
parent 40852801ea
commit 78a0fd951e
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.2018-11-30T03-56-59Z
image: minio/minio:RELEASE.2018-12-06T01-27-43Z
# 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.2018-11-30T03-56-59Z
image: minio/minio:RELEASE.2018-12-06T01-27-43Z
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.2018-11-30T03-56-59Z
image: minio/minio:RELEASE.2018-12-06T01-27-43Z
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.2018-11-30T03-56-59Z
image: minio/minio:RELEASE.2018-12-06T01-27-43Z
args:
- server
- /data