From 80a3cfb34bc00c0007c8a275f71903383fa5ea9b Mon Sep 17 00:00:00 2001 From: Zhikun Yao Date: Thu, 2 Jan 2025 22:32:51 +0800 Subject: [PATCH 1/2] release tag 2.5.2 Signed-off-by: Zhikun Yao --- charts/milvus/Chart.yaml | 4 ++-- charts/milvus/README.md | 2 +- charts/milvus/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/milvus/Chart.yaml b/charts/milvus/Chart.yaml index 56572ed..d4a6567 100644 --- a/charts/milvus/Chart.yaml +++ b/charts/milvus/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 name: milvus -appVersion: "2.5.1" +appVersion: "2.5.2" 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.34 +version: 4.2.35 keywords: - milvus - elastic diff --git a/charts/milvus/README.md b/charts/milvus/README.md index afa47ef..aa22489 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.1` | +| `image.all.tag` | Image tag | `v2.5.2` | | `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 0ad717e..0c9227e 100644 --- a/charts/milvus/values.yaml +++ b/charts/milvus/values.yaml @@ -11,7 +11,7 @@ cluster: image: all: repository: milvusdb/milvus - tag: v2.5.1 + tag: v2.5.2 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -1187,7 +1187,7 @@ kafka: enabled: false image: repository: bitnami/jmx-exporter - tag: 0.16.1-debian-10-r245 + tag: 0.16.1-debian-10-2245 ## To enable serviceMonitor, you must enable either kafka exporter or jmx exporter. ## And you can enable them both From fa409c3348abfbc764a10960eaf0046284b66916 Mon Sep 17 00:00:00 2001 From: Zhikun Yao Date: Fri, 3 Jan 2025 09:38:55 +0800 Subject: [PATCH 2/2] release tag 2.5.2 Signed-off-by: Zhikun Yao --- charts/milvus/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/milvus/values.yaml b/charts/milvus/values.yaml index 0c9227e..f5afa99 100644 --- a/charts/milvus/values.yaml +++ b/charts/milvus/values.yaml @@ -1187,7 +1187,7 @@ kafka: enabled: false image: repository: bitnami/jmx-exporter - tag: 0.16.1-debian-10-2245 + tag: 0.16.1-debian-10-r245 ## To enable serviceMonitor, you must enable either kafka exporter or jmx exporter. ## And you can enable them both