Update yaml files to latest version RELEASE.2019-08-21T19-40-07Z

master
Minio Trusted 5 years ago
parent 2fa98b1d6a
commit de736f2864
  1. 8
      docs/orchestration/docker-compose/docker-compose.yaml
  2. 8
      docs/orchestration/docker-swarm/docker-compose-secrets.yaml
  3. 8
      docs/orchestration/docker-swarm/docker-compose.yaml
  4. 2
      docs/orchestration/kubernetes/minio-distributed-daemonset.yaml
  5. 2
      docs/orchestration/kubernetes/minio-distributed-statefulset.yaml
  6. 2
      docs/orchestration/kubernetes/minio-gcs-gateway-deployment.yaml
  7. 2
      docs/orchestration/kubernetes/minio-standalone-deployment.yaml
  8. 2
      go.mod
  9. 4
      go.sum

@ -5,7 +5,7 @@ version: '3.7'
# 9001 through 9004. # 9001 through 9004.
services: services:
minio1: minio1:
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
volumes: volumes:
- data1:/data - data1:/data
ports: ports:
@ -22,7 +22,7 @@ services:
start_period: 3m start_period: 3m
minio2: minio2:
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
volumes: volumes:
- data2:/data - data2:/data
ports: ports:
@ -39,7 +39,7 @@ services:
start_period: 3m start_period: 3m
minio3: minio3:
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
volumes: volumes:
- data3:/data - data3:/data
ports: ports:
@ -56,7 +56,7 @@ services:
start_period: 3m start_period: 3m
minio4: minio4:
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
volumes: volumes:
- data4:/data - data4:/data
ports: ports:

@ -2,7 +2,7 @@ version: '3.7'
services: services:
minio1: minio1:
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
hostname: minio1 hostname: minio1
volumes: volumes:
- minio1-data:/export - minio1-data:/export
@ -30,7 +30,7 @@ services:
start_period: 3m start_period: 3m
minio2: minio2:
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
hostname: minio2 hostname: minio2
volumes: volumes:
- minio2-data:/export - minio2-data:/export
@ -58,7 +58,7 @@ services:
start_period: 3m start_period: 3m
minio3: minio3:
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
hostname: minio3 hostname: minio3
volumes: volumes:
- minio3-data:/export - minio3-data:/export
@ -86,7 +86,7 @@ services:
start_period: 3m start_period: 3m
minio4: minio4:
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
hostname: minio4 hostname: minio4
volumes: volumes:
- minio4-data:/export - minio4-data:/export

@ -2,7 +2,7 @@ version: '3.7'
services: services:
minio1: minio1:
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
hostname: minio1 hostname: minio1
volumes: volumes:
- minio1-data:/export - minio1-data:/export
@ -34,7 +34,7 @@ services:
start_period: 3m start_period: 3m
minio2: minio2:
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
hostname: minio2 hostname: minio2
volumes: volumes:
- minio2-data:/export - minio2-data:/export
@ -66,7 +66,7 @@ services:
start_period: 3m start_period: 3m
minio3: minio3:
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
hostname: minio3 hostname: minio3
volumes: volumes:
- minio3-data:/export - minio3-data:/export
@ -98,7 +98,7 @@ services:
start_period: 3m start_period: 3m
minio4: minio4:
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
hostname: minio4 hostname: minio4
volumes: volumes:
- minio4-data:/export - minio4-data:/export

@ -30,7 +30,7 @@ spec:
value: "minio" value: "minio"
- name: MINIO_SECRET_KEY - name: MINIO_SECRET_KEY
value: "minio123" value: "minio123"
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
# Unfortunately you must manually define each server. Perhaps autodiscovery via DNS can be implemented in the future. # Unfortunately you must manually define each server. Perhaps autodiscovery via DNS can be implemented in the future.
args: args:
- server - server

@ -21,7 +21,7 @@ spec:
value: "minio" value: "minio"
- name: MINIO_SECRET_KEY - name: MINIO_SECRET_KEY
value: "minio123" value: "minio123"
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
args: args:
- server - server
- http://minio-0.minio.default.svc.cluster.local/data - http://minio-0.minio.default.svc.cluster.local/data

@ -21,7 +21,7 @@ spec:
containers: containers:
- name: minio - name: minio
# Pulls the default Minio image from Docker Hub # Pulls the default Minio image from Docker Hub
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
args: args:
- gateway - gateway
- gcs - gcs

@ -29,7 +29,7 @@ spec:
- name: data - name: data
mountPath: "/data" mountPath: "/data"
# Pulls the lastest Minio image from Docker Hub # Pulls the lastest Minio image from Docker Hub
image: minio/minio:RELEASE.2019-08-14T20-37-41Z image: minio/minio:RELEASE.2019-08-21T19-40-07Z
args: args:
- server - server
- /data - /data

@ -92,7 +92,7 @@ require (
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
go.etcd.io/bbolt v1.3.3 // indirect go.etcd.io/bbolt v1.3.3 // indirect
go.uber.org/atomic v1.3.2 go.uber.org/atomic v1.3.2
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
google.golang.org/api v0.4.0 google.golang.org/api v0.4.0

@ -651,8 +651,8 @@ golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a/go.mod h1:djNgcEr1/C05ACk
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 h1:HuIa8hRrWRSrqYzx1qI49NNxhdi2PrY7gxVSq1JjLDc= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 h1:7KByu05hhLed2MO29w7p1XfZvZ13m8mub3shuVftRs0=
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/lint v0.0.0-20180702182130-06c8688daad7/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20180702182130-06c8688daad7/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=

Loading…
Cancel
Save