From 67adfdad704b8ce96126a10db53c00486260b4f4 Mon Sep 17 00:00:00 2001 From: Zhikun Yao Date: Thu, 23 Jan 2025 16:45:54 +0800 Subject: [PATCH] release tag v2.5.4 Signed-off-by: Zhikun Yao --- charts/milvus/Chart.yaml | 4 ++-- charts/milvus/README.md | 2 +- charts/milvus/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/milvus/Chart.yaml b/charts/milvus/Chart.yaml index 9206ade..cd13f2d 100644 --- a/charts/milvus/Chart.yaml +++ b/charts/milvus/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 name: milvus -appVersion: "2.5.3" +appVersion: "2.5.4" kubeVersion: "^1.10.0-0" description: Milvus is an open-source vector database built to power AI applications and vector similarity search. -version: 4.2.36 +version: 4.2.37 keywords: - milvus - elastic diff --git a/charts/milvus/README.md b/charts/milvus/README.md index bf8a6b5..7d87ae6 100644 --- a/charts/milvus/README.md +++ b/charts/milvus/README.md @@ -268,7 +268,7 @@ The following table lists the configurable parameters of the Milvus Service and |-------------------------------------------|-----------------------------------------------|---------------------------------------------------------| | `cluster.enabled` | Enable or disable Milvus Cluster mode | `true` | | `image.all.repository` | Image repository | `milvusdb/milvus` | -| `image.all.tag` | Image tag | `v2.5.3` | +| `image.all.tag` | Image tag | `v2.5.4` | | `image.all.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.all.pullSecrets` | Image pull secrets | `{}` | | `image.tools.repository` | Config image repository | `milvusdb/milvus-config-tool` | diff --git a/charts/milvus/values.yaml b/charts/milvus/values.yaml index 854a437..bd9c719 100644 --- a/charts/milvus/values.yaml +++ b/charts/milvus/values.yaml @@ -11,7 +11,7 @@ cluster: image: all: repository: milvusdb/milvus - tag: v2.5.3 + tag: v2.5.4 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.