Skip to content

Commit

Permalink
Update yaml files to latest version RELEASE.2020-02-07T23-28-16Z
Browse files Browse the repository at this point in the history
  • Loading branch information
minio-trusted committed Feb 7, 2020
1 parent 9b4d46a commit f749a9b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions docs/orchestration/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3.7'
# 9001 through 9004.
services:
minio1:
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
volumes:
- data1-1:/data1
- data1-2:/data2
Expand All @@ -22,7 +22,7 @@ services:
retries: 3

minio2:
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
volumes:
- data2-1:/data1
- data2-2:/data2
Expand All @@ -39,7 +39,7 @@ services:
retries: 3

minio3:
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
volumes:
- data3-1:/data1
- data3-2:/data2
Expand All @@ -56,7 +56,7 @@ services:
retries: 3

minio4:
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
volumes:
- data4-1:/data1
- data4-2:/data2
Expand Down
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.7'

services:
minio1:
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
hostname: minio1
volumes:
- minio1-data:/export
Expand All @@ -29,7 +29,7 @@ services:
retries: 3

minio2:
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
hostname: minio2
volumes:
- minio2-data:/export
Expand All @@ -56,7 +56,7 @@ services:
retries: 3

minio3:
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
hostname: minio3
volumes:
- minio3-data:/export
Expand All @@ -83,7 +83,7 @@ services:
retries: 3

minio4:
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
hostname: minio4
volumes:
- minio4-data:/export
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.7'

services:
minio1:
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
hostname: minio1
volumes:
- minio1-data:/export
Expand Down Expand Up @@ -33,7 +33,7 @@ services:
retries: 3

minio2:
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
hostname: minio2
volumes:
- minio2-data:/export
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
retries: 3

minio3:
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
hostname: minio3
volumes:
- minio3-data:/export
Expand Down Expand Up @@ -95,7 +95,7 @@ services:
retries: 3

minio4:
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
hostname: minio4
volumes:
- minio4-data:/export
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
# Unfortunately you must manually define each server. Perhaps autodiscovery via DNS can be implemented in the future.
args:
- server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
args:
- server
- http://minio-{0...3}.minio.default.svc.cluster.local/data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
containers:
- name: minio
# Pulls the default Minio image from Docker Hub
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
args:
- gateway
- gcs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: data
mountPath: "/data"
# Pulls the lastest Minio image from Docker Hub
image: minio/minio:RELEASE.2020-02-07T04-56-50Z
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
args:
- server
- /data
Expand Down

0 comments on commit f749a9b

Please sign in to comment.