未验证 提交 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:
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
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册