[skip e2e] Bump milvus version to 2.2.11 (#25197)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/25227/head
Bennu 2023-06-28 21:08:23 +08:00 committed by GitHub
parent bd17544fa5
commit b85256cbea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ $ ./minio server /minio
To start Milvus standalone, you need a Milvus binary file. Currently you can get the latest version of Milvus binary file through the Milvus docker image. (We will upload Milvus binary files in the future)
```shell
$ docker run -d --name milvus milvusdb/milvus:v2.2.10 /bin/bash
$ docker run -d --name milvus milvusdb/milvus:v2.2.11 /bin/bash
$ docker cp milvus:/milvus .
```

View File

@ -30,7 +30,7 @@ services:
standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.2.10
image: milvusdb/milvus:v2.2.11
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcd:2379