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: 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:
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:
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:
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:
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:
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:
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:
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

View File

@ -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