[skip e2e] fix etcd image for healthcheck (#22294)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/22261/head
Bennu 2023-02-20 17:08:25 +08:00 committed by GitHub
parent 57f8de95c1
commit ac6e879811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@ services:
make check-proto-product && make verifiers && make unittest"
etcd:
image: quay.io/coreos/etcd:v3.5.5
image: milvusdb/etcd:3.5.5-r2
environment:
- ALLOW_NONE_AUTHENTICATION=yes
- ETCD_AUTO_COMPACTION_MODE=revision

View File

@ -34,6 +34,7 @@ class MilvusConan(ConanFile):
"bison/3.5.3",
"flex/2.6.4",
"xsimd/9.0.1",
"xz_utils/5.4.0",
"folly/2022.10.31.01@milvus/dev",
"velox/2023.02.07.01@milvus/dev",
)