From 87983d915967360672ca38effdaf8cb5d264c730 Mon Sep 17 00:00:00 2001 From: zhikunyao <129478994+zhikunyao@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:00:22 +0800 Subject: [PATCH 1/3] Update helm chart for 2.4.5 --- charts/milvus/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/milvus/Chart.yaml b/charts/milvus/Chart.yaml index 544d083..76f8441 100644 --- a/charts/milvus/Chart.yaml +++ b/charts/milvus/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 name: milvus -appVersion: "2.4.4" +appVersion: "2.4.5" kubeVersion: "^1.10.0-0" description: Milvus is an open-source vector database built to power AI applications and vector similarity search. -version: 4.1.33 +version: 4.1.34 keywords: - milvus - elastic From 8c129a753c8c99a51f45a29bb2e2831af4b8acc8 Mon Sep 17 00:00:00 2001 From: zhikunyao <129478994+zhikunyao@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:03:39 +0800 Subject: [PATCH 2/3] Update values.yaml --- 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 729d166..1c7a234 100644 --- a/charts/milvus/values.yaml +++ b/charts/milvus/values.yaml @@ -5,7 +5,7 @@ cluster: image: all: repository: milvusdb/milvus - tag: v2.4.4 + tag: v2.4.5 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. From c58f6078ee630364a0deffa3f644774c553417b0 Mon Sep 17 00:00:00 2001 From: zhikunyao <129478994+zhikunyao@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:05:28 +0800 Subject: [PATCH 3/3] Update README.md --- charts/milvus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/milvus/README.md b/charts/milvus/README.md index e32970e..b0de9b8 100644 --- a/charts/milvus/README.md +++ b/charts/milvus/README.md @@ -260,7 +260,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.4.4` | +| `image.all.tag` | Image tag | `v2.4.5` | | `image.all.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.all.pullSecrets` | Image pull secrets | `{}` | | `image.tools.repository` | Config image repository | `milvusdb/milvus-config-tool` |