Update yaml files to latest version RELEASE.2018-02-09T22-40-05Z

This commit is contained in:
Minio Trusted 2018-02-09 22:43:57 +00:00
parent 289457568c
commit a7f6e14370
8 changed files with 16 additions and 16 deletions

View file

@ -2,7 +2,7 @@ version: '3.1'
services:
minio1:
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
volumes:
- minio1-data:/export
ports:
@ -20,7 +20,7 @@ services:
- access_key
minio2:
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
volumes:
- minio2-data:/export
ports:
@ -38,7 +38,7 @@ services:
- access_key
minio3:
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
volumes:
- minio3-data:/export
ports:
@ -56,7 +56,7 @@ services:
- access_key
minio4:
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
volumes:
- minio4-data:/export
ports:

View file

@ -2,7 +2,7 @@ version: '3'
services:
minio1:
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
volumes:
- minio1-data:/export
ports:
@ -20,7 +20,7 @@ services:
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
minio2:
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
volumes:
- minio2-data:/export
ports:
@ -38,7 +38,7 @@ services:
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
minio3:
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
volumes:
- minio3-data:/export
ports:
@ -56,7 +56,7 @@ services:
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
minio4:
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
volumes:
- minio4-data:/export
ports:

View file

@ -123,7 +123,7 @@ spec:
- name: data
mountPath: "/data"
# Pulls the lastest Minio image from Docker Hub
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
args:
- server
- /data
@ -285,7 +285,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
args:
- server
- http://minio-0.minio.default.svc.cluster.local/data
@ -459,7 +459,7 @@ spec:
containers:
- name: minio
# Pulls the default Minio image from Docker Hub
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
args:
- gateway
- gcs

View file

@ -21,7 +21,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
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-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
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-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
args:
- server
- /data

View file

@ -30,7 +30,7 @@ Above command deploys Minio on the Kubernetes cluster in the default configurati
| Parameter | Description | Default |
|----------------------------|-------------------------------------|---------------------------------------------------------|
| `image` | Minio image name | `minio/minio` |
| `imageTag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2018-01-18T20-33-21Z`|
| `imageTag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2018-02-09T22-40-05Z`|
| `imagePullPolicy` | Image pull policy | `Always` |
| `mode` | Minio server mode (`standalone`, `shared` or `distributed`)| `standalone` |
| `numberOfNodes` | Number of nodes (applicable only for Minio distributed mode). Should be 4 <= x <= 16 | `4` |

View file

@ -54,7 +54,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2018-01-18T20-33-21Z
image: minio/minio:RELEASE.2018-02-09T22-40-05Z
imagePullPolicy: IfNotPresent
args: ["server", "http://minio-0.minio.default.svc.cluster.local/data", "http://minio-1.minio.default.svc.cluster.local/data", "http://minio-2.minio.default.svc.cluster.local/data", "http://minio-3.minio.default.svc.cluster.local/data"]
ports: