Bumped milvus verison to 2.0.0-rc6 (#7740)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-09-10 19:04:02 +08:00 committed by GitHub
parent 6e8a2666a9
commit e0a6aff054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -44,7 +44,7 @@ services:
rootcoord:
container_name: milvus-rootcoord
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
command: ["milvus", "run", "rootcoord"]
environment:
ETCD_ENDPOINTS: etcd:2379
@ -58,7 +58,7 @@ services:
proxy:
container_name: milvus-proxy
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
command: ["milvus", "run", "proxy"]
environment:
ETCD_ENDPOINTS: etcd:2379
@ -69,7 +69,7 @@ services:
querycoord:
container_name: milvus-querycoord
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
command: ["milvus", "run", "querycoord"]
environment:
ETCD_ENDPOINTS: etcd:2379
@ -83,7 +83,7 @@ services:
querynode:
container_name: milvus-querynode
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
command: ["milvus", "run", "querynode"]
environment:
ETCD_ENDPOINTS: etcd:2379
@ -94,7 +94,7 @@ services:
indexcoord:
container_name: milvus-indexcoord
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
command: ["milvus", "run", "indexcoord"]
environment:
ETCD_ENDPOINTS: etcd:2379
@ -108,7 +108,7 @@ services:
indexnode:
container_name: milvus-indexnode
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
command: ["milvus", "run", "indexnode"]
environment:
ETCD_ENDPOINTS: etcd:2379
@ -120,7 +120,7 @@ services:
datacoord:
container_name: milvus-datacoord
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
command: ["milvus", "run", "datacoord"]
environment:
ETCD_ENDPOINTS: etcd:2379
@ -134,7 +134,7 @@ services:
datanode:
container_name: milvus-datanode
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
command: ["milvus", "run", "datanode"]
environment:
ETCD_ENDPOINTS: etcd:2379

View File

@ -25,7 +25,7 @@ services:
standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcd:2379