Update yaml files to latest version RELEASE.2019-09-11T19-53-16Z

master
Minio Trusted 5 years ago
parent 53e4887e02
commit 3d65dc8d94
  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. 8
      go.sum

@ -5,7 +5,7 @@ version: '3.7'
# 9001 through 9004.
services:
minio1:
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
volumes:
- data1-1:/data1
- data1-2:/data2
@ -22,7 +22,7 @@ services:
retries: 3
minio2:
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
volumes:
- data2-1:/data1
- data2-2:/data2
@ -39,7 +39,7 @@ services:
retries: 3
minio3:
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
volumes:
- data3-1:/data1
- data3-2:/data2
@ -56,7 +56,7 @@ services:
retries: 3
minio4:
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
volumes:
- data4-1:/data1
- data4-2:/data2

@ -2,7 +2,7 @@ version: '3.7'
services:
minio1:
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
hostname: minio1
volumes:
- minio1-data:/export
@ -29,7 +29,7 @@ services:
retries: 3
minio2:
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
hostname: minio2
volumes:
- minio2-data:/export
@ -56,7 +56,7 @@ services:
retries: 3
minio3:
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
hostname: minio3
volumes:
- minio3-data:/export
@ -83,7 +83,7 @@ services:
retries: 3
minio4:
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
hostname: minio4
volumes:
- minio4-data:/export

@ -2,7 +2,7 @@ version: '3.7'
services:
minio1:
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
hostname: minio1
volumes:
- minio1-data:/export
@ -33,7 +33,7 @@ services:
retries: 3
minio2:
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
hostname: minio2
volumes:
- minio2-data:/export
@ -64,7 +64,7 @@ services:
retries: 3
minio3:
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
hostname: minio3
volumes:
- minio3-data:/export
@ -95,7 +95,7 @@ services:
retries: 3
minio4:
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
hostname: minio4
volumes:
- minio4-data:/export

@ -30,7 +30,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2019-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
# 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-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
args:
- server
- http://minio-{0...3}.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-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
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-09-05T23-24-38Z
image: minio/minio:RELEASE.2019-09-11T19-53-16Z
args:
- server
- /data

@ -83,8 +83,10 @@ require (
go.etcd.io/bbolt v1.3.3 // indirect
go.uber.org/atomic v1.3.2
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sys v0.0.0-20190904154756-749cb33beabd
golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff // indirect
google.golang.org/api v0.4.0
gopkg.in/Shopify/sarama.v1 v1.20.0
gopkg.in/ldap.v3 v3.0.3

@ -662,7 +662,10 @@ golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTk
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 h1:XQyxROzUlZH+WIQwySDgnISgOivlhjIEwaQaJEJrrN0=
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac h1:8R1esu+8QioDxo4E4mX6bFztO+dMTM49DNAaWfO5OeY=
golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
golang.org/x/net v0.0.0-20180530234432-1e491301e022/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@ -683,6 +686,7 @@ golang.org/x/net v0.0.0-20190324223953-e3b2ff56ed87/go.mod h1:t9HGtf8HONx5eT2rtn
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 h1:k7pJ2yAPLPgbskkFdhRCsA77k2fySZ1zf2zCjvQCiIM=
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/oauth2 v0.0.0-20180603041954-1e0a3fa8ba9a/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
@ -743,7 +747,11 @@ golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
golang.org/x/tools v0.0.0-20190318200714-bb1270c20edf/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384 h1:TFlARGu6Czu1z7q93HTxcP1P+/ZFC/IKythI5RzrnRg=
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff h1:On1qIo75ByTwFJ4/W2bIqHcwJ9XAqtSWUs8GwRrIhtc=
golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/api v0.0.0-20180603000442-8e296ef26005/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0=
google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0=
google.golang.org/api v0.0.0-20180916000451-19ff8768a5c0/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0=

Loading…
Cancel
Save