Skip to content

Commit

Permalink
[skip e2e]Bump milvus version to 2.2.15 (#28420)
Browse files Browse the repository at this point in the history
Signed-off-by: Sammy Huang <[email protected]>
  • Loading branch information
yellow-shine authored Nov 14, 2023
1 parent 71e741f commit 678efa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14 /bin/bash
$ docker run -d --name milvus milvusdb/milvus:v2.2.15 /bin/bash
$ docker cp milvus:/milvus .
```

Expand Down
2 changes: 1 addition & 1 deletion deployments/docker/standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:

standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.2.14
image: milvusdb/milvus:v2.2.15
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcd:2379
Expand Down

0 comments on commit 678efa1

Please sign in to comment.