Skip to content

Commit

Permalink
Update yaml files to latest version RELEASE.2018-01-02T23-07-00Z
Browse files Browse the repository at this point in the history
  • Loading branch information
minio-trusted committed Jan 2, 2018
1 parent a6318db commit b1fb550
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions docs/orchestration/docker-swarm/docker-compose-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.1'

services:
minio1:
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
volumes:
- minio1-data:/export
ports:
Expand All @@ -20,7 +20,7 @@ services:
- access_key

minio2:
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
volumes:
- minio2-data:/export
ports:
Expand All @@ -38,7 +38,7 @@ services:
- access_key

minio3:
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
volumes:
- minio3-data:/export
ports:
Expand All @@ -56,7 +56,7 @@ services:
- access_key

minio4:
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
volumes:
- minio4-data:/export
ports:
Expand Down
8 changes: 4 additions & 4 deletions docs/orchestration/docker-swarm/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
minio1:
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
volumes:
- minio1-data:/export
ports:
Expand All @@ -20,7 +20,7 @@ services:
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export

minio2:
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
volumes:
- minio2-data:/export
ports:
Expand All @@ -38,7 +38,7 @@ services:
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export

minio3:
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
volumes:
- minio3-data:/export
ports:
Expand All @@ -56,7 +56,7 @@ services:
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export

minio4:
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
volumes:
- minio4-data:/export
ports:
Expand Down
6 changes: 3 additions & 3 deletions docs/orchestration/kubernetes-yaml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
- name: data
mountPath: "/data"
# Pulls the lastest Minio image from Docker Hub
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
args:
- server
- /data
Expand Down Expand Up @@ -285,7 +285,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
args:
- server
- http://minio-0.minio.default.svc.cluster.local/data
Expand Down Expand Up @@ -459,7 +459,7 @@ spec:
containers:
- name: minio
# Pulls the default Minio image from Docker Hub
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
args:
- gateway
- gcs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
args:
- server
- http://minio-0.minio.default.svc.cluster.local/data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
containers:
- name: minio
# Pulls the default Minio image from Docker Hub
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
args:
- gateway
- gcs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- name: data
mountPath: "/data"
# Pulls the lastest Minio image from Docker Hub
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
args:
- server
- /data
Expand Down
2 changes: 1 addition & 1 deletion docs/orchestration/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2017-12-28T01-21-00Z`|
| `imageTag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2018-01-02T23-07-00Z`|
| `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` |
Expand Down
2 changes: 1 addition & 1 deletion docs/orchestration/minikube/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2017-12-28T01-21-00Z
image: minio/minio:RELEASE.2018-01-02T23-07-00Z
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:
Expand Down

0 comments on commit b1fb550

Please sign in to comment.