Update yaml files to latest version RELEASE.2019-08-01T22-18-54Z

master
Minio Trusted 5 years ago
parent c5ac901e8d
commit dfa8835720
  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: '2'
# 9001 through 9004.
services:
minio1:
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
volumes:
- data1:/data
ports:
@ -15,7 +15,7 @@ services:
MINIO_SECRET_KEY: minio123
command: server http://minio1/data http://minio2/data http://minio3/data http://minio4/data
minio2:
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
volumes:
- data2:/data
ports:
@ -25,7 +25,7 @@ services:
MINIO_SECRET_KEY: minio123
command: server http://minio1/data http://minio2/data http://minio3/data http://minio4/data
minio3:
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
volumes:
- data3:/data
ports:
@ -35,7 +35,7 @@ services:
MINIO_SECRET_KEY: minio123
command: server http://minio1/data http://minio2/data http://minio3/data http://minio4/data
minio4:
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
volumes:
- data4:/data
ports:

@ -2,7 +2,7 @@ version: '3.1'
services:
minio1:
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
hostname: minio1
volumes:
- minio1-data:/export
@ -24,7 +24,7 @@ services:
- access_key
minio2:
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
hostname: minio2
volumes:
- minio2-data:/export
@ -46,7 +46,7 @@ services:
- access_key
minio3:
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
hostname: minio3
volumes:
- minio3-data:/export
@ -68,7 +68,7 @@ services:
- access_key
minio4:
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
hostname: minio4
volumes:
- minio4-data:/export

@ -2,7 +2,7 @@ version: '3'
services:
minio1:
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
hostname: minio1
volumes:
- minio1-data:/export
@ -24,7 +24,7 @@ services:
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
minio2:
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
hostname: minio2
volumes:
- minio2-data:/export
@ -46,7 +46,7 @@ services:
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
minio3:
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
hostname: minio3
volumes:
- minio3-data:/export
@ -68,7 +68,7 @@ services:
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
minio4:
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
hostname: minio4
volumes:
- minio4-data:/export

@ -30,7 +30,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
# Unfortunately you must manually define each server. Perhaps autodiscovery via DNS can be implemented in the future.
args:
- server

@ -21,7 +21,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
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.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
args:
- gateway
- gcs

@ -29,7 +29,7 @@ spec:
- name: data
mountPath: "/data"
# Pulls the lastest Minio image from Docker Hub
image: minio/minio:RELEASE.2019-07-31T18-57-56Z
image: minio/minio:RELEASE.2019-08-01T22-18-54Z
args:
- server
- /data

@ -96,7 +96,7 @@ require (
go.uber.org/atomic v1.3.2
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/sys v0.0.0-20190730183949-1393eb018365
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
google.golang.org/api v0.4.0
gopkg.in/Shopify/sarama.v1 v1.20.0
gopkg.in/olivere/elastic.v5 v5.0.80

@ -719,8 +719,8 @@ golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190730183949-1393eb018365 h1:SaXEMXhWzMJThc05vu6uh61Q245r4KaWMrsTedk0FDc=
golang.org/x/sys v0.0.0-20190730183949-1393eb018365/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 h1:4y9KwBHBgBNwDbtu44R5o1fdOCQUEXhbk/P4A9WmJq0=
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=

Loading…
Cancel
Save