Skip to content

Commit efce709

Browse files
[automated] Bump milvus version to v2.4.17 (milvus-io#37937)
Bump milvus version to v2.4.17 Signed-off-by: sre-ci-robot sre-ci-robot@users.noreply.github.com Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8187fb7 commit efce709

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

deployments/binary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ ./minio server /minio
3030
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)
3131

3232
```shell
33-
$ docker run -d --name milvus milvusdb/milvus:v2.3.0 /bin/bash
33+
$ docker run -d --name milvus milvusdb/milvus:v2.4.17 /bin/bash
3434
$ docker cp milvus:/milvus .
3535
```
3636

deployments/docker/cluster-distributed-deployment/inventory.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies_network= host
3333
nodes_network= host
3434

3535
; Setup varibale to controll what image version of Milvus to use.
36-
image= milvusdb/milvus:v2.3.0
36+
image= milvusdb/milvus:v2.4.17
3737

3838
; Setup static IP addresses of the docker hosts as variable for container environment variable config.
3939
; Before running the playbook, below 4 IP addresses need to be replaced with the IP of your host VM

deployments/docker/gpu/standalone/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838

3939
standalone:
4040
container_name: milvus-standalone
41-
image: milvusdb/milvus:v2.3.0-gpu
41+
image: milvusdb/milvus:v2.4.17-gpu
4242
command: ["milvus", "run", "standalone"]
4343
security_opt:
4444
- seccomp:unconfined

deployments/docker/standalone/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838

3939
standalone:
4040
container_name: milvus-standalone
41-
image: milvusdb/milvus:v2.3.0
41+
image: milvusdb/milvus:v2.4.17
4242
command: ["milvus", "run", "standalone"]
4343
security_opt:
4444
- seccomp:unconfined

0 commit comments

Comments
 (0)