mirror of
				https://github.com/minio/minio.git
				synced 2025-10-29 15:55:00 -04:00 
			
		
		
		
	Update yaml files to latest version RELEASE.2019-08-29T00-25-01Z
This commit is contained in:
		
							parent
							
								
									eb18c82976
								
							
						
					
					
						commit
						daa57e8e5a
					
				| @ -5,7 +5,7 @@ version: '3.7' | ||||
| # 9001 through 9004. | ||||
| services: | ||||
|   minio1: | ||||
|     image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|     image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|     volumes: | ||||
|       - data1:/data | ||||
|     ports: | ||||
| @ -22,7 +22,7 @@ services: | ||||
|       start_period: 3m | ||||
| 
 | ||||
|   minio2: | ||||
|     image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|     image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|     volumes: | ||||
|       - data2:/data | ||||
|     ports: | ||||
| @ -39,7 +39,7 @@ services: | ||||
|       start_period: 3m | ||||
| 
 | ||||
|   minio3: | ||||
|     image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|     image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|     volumes: | ||||
|       - data3:/data | ||||
|     ports: | ||||
| @ -56,7 +56,7 @@ services: | ||||
|       start_period: 3m | ||||
| 
 | ||||
|   minio4: | ||||
|     image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|     image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|     volumes: | ||||
|       - data4:/data | ||||
|     ports: | ||||
|  | ||||
| @ -2,7 +2,7 @@ version: '3.7' | ||||
| 
 | ||||
| services: | ||||
|   minio1: | ||||
|     image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|     image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|     hostname: minio1 | ||||
|     volumes: | ||||
|       - minio1-data:/export | ||||
| @ -30,7 +30,7 @@ services: | ||||
|       start_period: 3m | ||||
| 
 | ||||
|   minio2: | ||||
|     image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|     image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|     hostname: minio2 | ||||
|     volumes: | ||||
|       - minio2-data:/export | ||||
| @ -58,7 +58,7 @@ services: | ||||
|       start_period: 3m | ||||
| 
 | ||||
|   minio3: | ||||
|     image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|     image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|     hostname: minio3 | ||||
|     volumes: | ||||
|       - minio3-data:/export | ||||
| @ -86,7 +86,7 @@ services: | ||||
|       start_period: 3m | ||||
| 
 | ||||
|   minio4: | ||||
|     image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|     image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|     hostname: minio4 | ||||
|     volumes: | ||||
|       - minio4-data:/export | ||||
|  | ||||
| @ -2,7 +2,7 @@ version: '3.7' | ||||
| 
 | ||||
| services: | ||||
|   minio1: | ||||
|     image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|     image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|     hostname: minio1 | ||||
|     volumes: | ||||
|       - minio1-data:/export | ||||
| @ -34,7 +34,7 @@ services: | ||||
|       start_period: 3m | ||||
| 
 | ||||
|   minio2: | ||||
|     image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|     image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|     hostname: minio2 | ||||
|     volumes: | ||||
|       - minio2-data:/export | ||||
| @ -66,7 +66,7 @@ services: | ||||
|       start_period: 3m | ||||
| 
 | ||||
|   minio3: | ||||
|     image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|     image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|     hostname: minio3 | ||||
|     volumes: | ||||
|       - minio3-data:/export | ||||
| @ -98,7 +98,7 @@ services: | ||||
|       start_period: 3m | ||||
| 
 | ||||
|   minio4: | ||||
|     image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|     image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|     hostname: minio4 | ||||
|     volumes: | ||||
|       - minio4-data:/export | ||||
|  | ||||
| @ -30,7 +30,7 @@ spec: | ||||
|           value: "minio" | ||||
|         - name: MINIO_SECRET_KEY | ||||
|           value: "minio123" | ||||
|         image: minio/minio:RELEASE.2019-08-21T19-40-07Z | ||||
|         image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|         # 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-08-21T19-40-07Z | ||||
|         image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|         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-08-21T19-40-07Z | ||||
|         image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|         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-08-21T19-40-07Z | ||||
|         image: minio/minio:RELEASE.2019-08-29T00-25-01Z | ||||
|         args: | ||||
|         - server | ||||
|         - /data | ||||
|  | ||||
							
								
								
									
										5
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								go.mod
									
									
									
									
									
								
							| @ -34,6 +34,7 @@ require ( | ||||
| 	github.com/gorilla/handlers v1.4.0 | ||||
| 	github.com/gorilla/mux v1.7.0 | ||||
| 	github.com/gorilla/rpc v1.2.0+incompatible | ||||
| 	github.com/gorilla/websocket v1.4.1 // indirect | ||||
| 	github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect | ||||
| 	github.com/hashicorp/go-rootcerts v1.0.1 // indirect | ||||
| 	github.com/hashicorp/go-sockaddr v1.0.2 // indirect | ||||
| @ -93,8 +94,8 @@ require ( | ||||
| 	go.etcd.io/bbolt v1.3.3 // indirect | ||||
| 	go.uber.org/atomic v1.3.2 | ||||
| 	golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 | ||||
| 	golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect | ||||
| 	golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a | ||||
| 	golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect | ||||
| 	golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 | ||||
| 	google.golang.org/api v0.4.0 | ||||
| 	gopkg.in/Shopify/sarama.v1 v1.20.0 | ||||
| 	gopkg.in/olivere/elastic.v5 v5.0.80 | ||||
|  | ||||
							
								
								
									
										10
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								go.sum
									
									
									
									
									
								
							| @ -226,6 +226,8 @@ github.com/gorilla/rpc v1.2.0 h1:WvvdC2lNeT1SP32zrIce5l0ECBfbAlmrmSBsuc57wfk= | ||||
| github.com/gorilla/rpc v1.2.0/go.mod h1:V4h9r+4sF5HnzqbwIez0fKSpANP0zlYd3qR7p36jkTQ= | ||||
| github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q= | ||||
| github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= | ||||
| github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM= | ||||
| github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= | ||||
| github.com/gotestyourself/gotestyourself v2.2.0+incompatible/go.mod h1:zZKM6oeNM8k+FRljX1mnzVYeS8wiGgQyvST1/GafPbY= | ||||
| github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= | ||||
| github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 h1:Iju5GlWwrvL6UBg4zJJt3btmonfrMlCDdsejg4CZE7c= | ||||
| @ -680,8 +682,8 @@ 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-20190813141303-74dc4d7220e7 h1:fHDIZ2oxGnUZRN6WgWFCbYBjH9uqVPRCUVUDhs0wnbA= | ||||
| golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/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= | ||||
| golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= | ||||
| golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= | ||||
| @ -721,8 +723,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-20190813064441-fde4db37ae7a h1:aYOabOQFp6Vj6W1F80affTUvO9UxmJRx8K0gsfABByQ= | ||||
| golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||||
| golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 h1:ng0gs1AKnRRuEMZoTLLlbOd+C17zUDepwGQBb/n+JVg= | ||||
| golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user