chore: update versions

This commit is contained in:
Sun-ZhenXing
2025-12-31 11:07:40 +08:00
parent b8cb5eeea1
commit 1c33225b70
12 changed files with 65 additions and 36 deletions

View File

@@ -1,12 +1,12 @@
# Component versions
ETCD_VERSION=v3.5.18
MINIO_VERSION=RELEASE.2024-12-18T13-15-44Z
MILVUS_VERSION=v2.6.2
ATTU_VERSION=v2.6.0
MILVUS_VERSION=v2.6.7
ATTU_VERSION=v2.6.4
# MinIO configuration
MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin
MINIO_PORT_OVERRIDE_API=9000
MINIO_PORT_OVERRIDE_WEBUI=9001

View File

@@ -19,15 +19,15 @@ If you need authentication, please visit the [official documentation](https://mi
- `ETCD_VERSION`: The version of the etcd image, default is `v3.5.18`.
- `MINIO_VERSION`: The version of the Minio image, default is `RELEASE.2024-12-18T13-15-44Z`.
- `MILVUS_VERSION`: The version of the Milvus image, default is `v2.6.2`.
- `ATTU_VERSION`: The version of the Attu image, default is `v2.6.0`.
- `MINIO_ACCESS_KEY`: The access key for Minio, default is `minioadmin`.
- `MINIO_SECRET_KEY`: The secret key for Minio, default is `minioadmin`.
- `MILVUS_VERSION`: The version of the Milvus image, default is `v2.6.7`.
- `ATTU_VERSION`: The version of the Attu image, default is `v2.6.4`.
- `MINIO_ROOT_USER`: The root user for Minio, default is `minioadmin`.
- `MINIO_ROOT_PASSWORD`: The root password for Minio, default is `minioadmin`.
- `MINIO_PORT_OVERRIDE_API`: The host port for the Minio API, default is `9000`.
- `MINIO_PORT_OVERRIDE_WEBUI`: The host port for the Minio Web UI, default is `9001`.
- `MILVUS_PORT_OVERRIDE_HTTP`: The host port for the Milvus HTTP service, default is `19530`.
- `MILVUS_PORT_OVERRIDE_WEBUI`: The host port for the Milvus Web UI, default is `9091`.
- `ATTU_PORT`: The host port for the Attu service, default is `8000`.
- `ATTU_PORT_OVERRIDE`: The host port for the Attu service, default is `8000`.
## Volumes

View File

@@ -19,15 +19,15 @@ Milvus 是一个开源的向量数据库,专为处理大规模向量数据而
- `ETCD_VERSION`: etcd 镜像的版本,默认为 `v3.5.18`
- `MINIO_VERSION`: Minio 镜像的版本,默认为 `RELEASE.2024-12-18T13-15-44Z`
- `MILVUS_VERSION`: Milvus 镜像的版本,默认为 `v2.6.2`
- `ATTU_VERSION`: Attu 镜像的版本,默认为 `v2.6.0`
- `MINIO_ACCESS_KEY`: Minio 的访问密钥,默认为 `minioadmin`
- `MINIO_SECRET_KEY`: Minio 的秘密密钥,默认为 `minioadmin`
- `MILVUS_VERSION`: Milvus 镜像的版本,默认为 `v2.6.7`
- `ATTU_VERSION`: Attu 镜像的版本,默认为 `v2.6.4`
- `MINIO_ROOT_USER`: Minio 的根用户,默认为 `minioadmin`
- `MINIO_ROOT_PASSWORD`: Minio 的根密码,默认为 `minioadmin`
- `MINIO_PORT_OVERRIDE_API`: Minio API 的主机端口,默认为 `9000`
- `MINIO_PORT_OVERRIDE_WEBUI`: Minio Web UI 的主机端口,默认为 `9001`
- `MILVUS_PORT_OVERRIDE_HTTP`: Milvus HTTP 服务的主机端口,默认为 `19530`
- `MILVUS_PORT_OVERRIDE_WEBUI`: Milvus Web UI 的主机端口,默认为 `9091`
- `ATTU_PORT`: Attu 服务的主机端口,默认为 `8000`
- `ATTU_PORT_OVERRIDE`: Attu 服务的主机端口,默认为 `8000`
## 卷

View File

@@ -64,7 +64,7 @@ services:
milvus-standalone:
<<: *defaults
image: ${GLOBAL_REGISTRY:-}milvusdb/milvus:${MILVUS_VERSION:-v2.6.3}
image: ${GLOBAL_REGISTRY:-}milvusdb/milvus:${MILVUS_VERSION:-v2.6.7}
command: ["milvus", "run", "standalone"]
security_opt:
- seccomp:unconfined
@@ -100,7 +100,7 @@ services:
attu:
<<: *defaults
image: ${GLOBAL_REGISTRY:-}zilliz/attu:${ATTU_VERSION:-v2.6.1}
image: ${GLOBAL_REGISTRY:-}zilliz/attu:${ATTU_VERSION:-v2.6.4}
profiles:
- attu
environment:
@@ -129,3 +129,4 @@ services:
volumes:
etcd_data:
minio_data:
milvus_data: