mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
Update Minio version in docs and example yaml files (#5054)
This commit is contained in:
@@ -457,7 +457,7 @@ spec:
|
||||
containers:
|
||||
- name: minio
|
||||
# Pulls the default Minio image from Docker Hub
|
||||
image: minio/minio:RELEASE.2017-08-05T00-00-53Z
|
||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
||||
args:
|
||||
- gateway
|
||||
- gcs
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
value: "minio"
|
||||
- name: MINIO_SECRET_KEY
|
||||
value: "minio123"
|
||||
image: minio/minio:RELEASE.2017-08-05T00-00-53Z
|
||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
||||
args:
|
||||
- server
|
||||
- http://minio-0.minio.default.svc.cluster.local/data
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
containers:
|
||||
- name: minio
|
||||
# Pulls the default Minio image from Docker Hub
|
||||
image: minio/minio:RELEASE.2017-08-05T00-00-53Z
|
||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
||||
args:
|
||||
- gateway
|
||||
- gcs
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
containers:
|
||||
- name: minio
|
||||
# Pulls the default Minio image from Docker Hub
|
||||
image: minio/minio:RELEASE.2017-08-05T00-00-53Z
|
||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
||||
args:
|
||||
- server
|
||||
- /data
|
||||
|
||||
Reference in New Issue
Block a user