未验证 提交 e0a6aff0 编写于 作者: E edward.zeng 提交者: GitHub

Bumped milvus verison to 2.0.0-rc6 (#7740)

Signed-off-by: NEdward Zeng <jie.zeng@zilliz.com>
上级 6e8a2666
...@@ -44,7 +44,7 @@ services: ...@@ -44,7 +44,7 @@ services:
rootcoord: rootcoord:
container_name: milvus-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"] command: ["milvus", "run", "rootcoord"]
environment: environment:
ETCD_ENDPOINTS: etcd:2379 ETCD_ENDPOINTS: etcd:2379
...@@ -58,7 +58,7 @@ services: ...@@ -58,7 +58,7 @@ services:
proxy: proxy:
container_name: milvus-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"] command: ["milvus", "run", "proxy"]
environment: environment:
ETCD_ENDPOINTS: etcd:2379 ETCD_ENDPOINTS: etcd:2379
...@@ -69,7 +69,7 @@ services: ...@@ -69,7 +69,7 @@ services:
querycoord: querycoord:
container_name: milvus-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"] command: ["milvus", "run", "querycoord"]
environment: environment:
ETCD_ENDPOINTS: etcd:2379 ETCD_ENDPOINTS: etcd:2379
...@@ -83,7 +83,7 @@ services: ...@@ -83,7 +83,7 @@ services:
querynode: querynode:
container_name: milvus-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"] command: ["milvus", "run", "querynode"]
environment: environment:
ETCD_ENDPOINTS: etcd:2379 ETCD_ENDPOINTS: etcd:2379
...@@ -94,7 +94,7 @@ services: ...@@ -94,7 +94,7 @@ services:
indexcoord: indexcoord:
container_name: milvus-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"] command: ["milvus", "run", "indexcoord"]
environment: environment:
ETCD_ENDPOINTS: etcd:2379 ETCD_ENDPOINTS: etcd:2379
...@@ -108,7 +108,7 @@ services: ...@@ -108,7 +108,7 @@ services:
indexnode: indexnode:
container_name: milvus-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"] command: ["milvus", "run", "indexnode"]
environment: environment:
ETCD_ENDPOINTS: etcd:2379 ETCD_ENDPOINTS: etcd:2379
...@@ -120,7 +120,7 @@ services: ...@@ -120,7 +120,7 @@ services:
datacoord: datacoord:
container_name: milvus-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"] command: ["milvus", "run", "datacoord"]
environment: environment:
ETCD_ENDPOINTS: etcd:2379 ETCD_ENDPOINTS: etcd:2379
...@@ -134,7 +134,7 @@ services: ...@@ -134,7 +134,7 @@ services:
datanode: datanode:
container_name: milvus-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"] command: ["milvus", "run", "datanode"]
environment: environment:
ETCD_ENDPOINTS: etcd:2379 ETCD_ENDPOINTS: etcd:2379
......
...@@ -25,7 +25,7 @@ services: ...@@ -25,7 +25,7 @@ services:
standalone: standalone:
container_name: milvus-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"] command: ["milvus", "run", "standalone"]
environment: environment:
ETCD_ENDPOINTS: etcd:2379 ETCD_ENDPOINTS: etcd:2379
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册