Skip to content

Commit

Permalink
[automated] Bump milvus version to v2.4.18 (#38605)
Browse files Browse the repository at this point in the history
Bump milvus version to v2.4.18
Signed-off-by: sre-ci-robot [email protected]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sre-ci-robot and github-actions[bot] authored Dec 20, 2024
1 parent e82af48 commit 592f34c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4.17 /bin/bash
$ docker run -d --name milvus milvusdb/milvus:v2.4.18 /bin/bash
$ docker cp milvus:/milvus .
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies_network= host
nodes_network= host

; Setup varibale to controll what image version of Milvus to use.
image= milvusdb/milvus:v2.4.17
image= milvusdb/milvus:v2.4.18

; Setup static IP addresses of the docker hosts as variable for container environment variable config.
; Before running the playbook, below 4 IP addresses need to be replaced with the IP of your host VM
Expand Down
2 changes: 1 addition & 1 deletion deployments/docker/gpu/standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:

standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.4.17-gpu
image: milvusdb/milvus:v2.4.18-gpu
command: ["milvus", "run", "standalone"]
security_opt:
- seccomp:unconfined
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 @@ -38,7 +38,7 @@ services:

standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.4.17
image: milvusdb/milvus:v2.4.18
command: ["milvus", "run", "standalone"]
security_opt:
- seccomp:unconfined
Expand Down

0 comments on commit 592f34c

Please sign in to comment.