Skip to content

Commit

Permalink
adaptation for v2.2.3 (milvus-io#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixji authored Feb 27, 2023
1 parent 9b059b0 commit 5bff3e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_build/
build/
.vscode/
.cache/

logs/
*.pyc
Expand Down
4 changes: 2 additions & 2 deletions test/st/MilvusDockerServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
namespace {
constexpr uint16_t milvus_listen_port{19530};
constexpr char etcd_image_repo[] = "quay.io/coreos/etcd";
constexpr char etcd_image_tag[] = "v3.5.0";
constexpr char etcd_image_tag[] = "v3.5.5";
constexpr char etcd_start_cmd[] =
"etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd";

Expand All @@ -36,7 +36,7 @@ constexpr char minio_image_tag[] = "RELEASE.2022-03-17T06-34-49Z";
constexpr char minio_start_cmd[] = "minio server /minio_data";

constexpr char milvus_image_repo[] = "milvusdb/milvus";
constexpr char milvus_image_tag[] = "v2.2.1";
constexpr char milvus_image_tag[] = "v2.2.3";
constexpr char milvus_start_cmd[] = "milvus run standalone";
} // namespace

Expand Down

0 comments on commit 5bff3e6

Please sign in to comment.