[automated] Bump milvus version to v2.3.10 (#30805)

Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
pull/30821/head
sammy.huang 2024-02-24 11:24:52 +08:00 committed by GitHub
parent 2f4a13a7ae
commit a74d4e8fd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 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.3.9 /bin/bash
$ docker run -d --name milvus milvusdb/milvus:v2.3.10 /bin/bash
$ docker cp milvus:/milvus .
```

View File

@ -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.3.9
image= milvusdb/milvus:v2.3.10
; 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

View File

@ -38,7 +38,7 @@ services:
standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.3.9-gpu
image: milvusdb/milvus:v2.3.10-gpu
command: ["milvus", "run", "standalone"]
security_opt:
- seccomp:unconfined

View File

@ -38,7 +38,7 @@ services:
standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.3.9
image: milvusdb/milvus:v2.3.10
command: ["milvus", "run", "standalone"]
security_opt:
- seccomp:unconfined