[skip e2e] Bump milvus version to v2.3.2 (#27953)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/27954/head v2.3.2
Bennu 2023-10-26 17:22:10 +08:00 committed by GitHub
parent bf7f32b025
commit 8b453454dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 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.0 /bin/bash
$ docker run -d --name milvus milvusdb/milvus:v2.3.2 /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.0
image= milvusdb/milvus:v2.3.2
; 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

@ -33,8 +33,10 @@ services:
standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.3.0-gpu
image: milvusdb/milvus:v2.3.2-gpu
command: ["milvus", "run", "standalone"]
security_opt:
- seccomp:unconfined
environment:
ETCD_ENDPOINTS: etcd:2379
MINIO_ADDRESS: minio:9000

View File

@ -38,8 +38,10 @@ services:
standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.3.0
image: milvusdb/milvus:v2.3.2
command: ["milvus", "run", "standalone"]
security_opt:
- seccomp:unconfined
environment:
ETCD_ENDPOINTS: etcd:2379
MINIO_ADDRESS: minio:9000