From c2b6b0143e70f5a1858e603e63b4924a79532dab Mon Sep 17 00:00:00 2001 From: shaoyue Date: Wed, 27 Nov 2024 11:26:36 +0800 Subject: [PATCH] change dep pulsar to zilliz pulsarv2 chart (#158) Signed-off-by: haorenfsa --- README.md | 2 ++ charts/milvus/Chart.yaml | 2 +- charts/milvus/README.md | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a45bd..5f1f3cc 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ For instructions about how to install charts from this repository, visit the pub - Helm >= 3.14.0 ## Compatibility Notice +- **IMPORTANT** For users using pulsar2. Please don't use version 4.2.21~4.2.29 for upgrading, there're some known issues. 4.2.30 or later version is recommended. Remember to add `--set pulsar.enabled=true,pulsarv3.enabled=false` or set them in your values file when upgrading. + - As of version 4.2.21, the Milvus Helm chart introduced pulsar-v3.x chart as dependency. For backward compatibility, please upgrade your helm to v3.14 or later version, and be sure to add the `--reset-then-reuse-values` option whenever you use `helm upgrade`. - As of version 4.2.0, the Milvus Helm chart no longer supports Milvus v2.3.x. If you need to deploy Milvus v2.3.x using Helm, please use Milvus Helm chart version less than 4.2.0 (e.g 4.1.36). diff --git a/charts/milvus/Chart.yaml b/charts/milvus/Chart.yaml index 491e113..c9bbee6 100644 --- a/charts/milvus/Chart.yaml +++ b/charts/milvus/Chart.yaml @@ -3,7 +3,7 @@ name: milvus appVersion: "2.5.0-beta" 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.29 +version: 4.2.30 keywords: - milvus - elastic diff --git a/charts/milvus/README.md b/charts/milvus/README.md index 1a9b884..11107eb 100644 --- a/charts/milvus/README.md +++ b/charts/milvus/README.md @@ -13,6 +13,8 @@ This chart bootstraps Milvus deployment on a Kubernetes cluster using the Helm p - Helm >= 3.14.0 ## Compatibility Notice +- **IMPORTANT** For users using pulsar2. Please don't use version 4.2.21~4.2.29 for upgrading, there're some known issues. 4.2.30 or later version is recommended. Remember to add `--set pulsar.enabled=true,pulsarv3.enabled=false` or set them in your values file when upgrading. + - As of version 4.2.21, the Milvus Helm chart introduced pulsar-v3.x chart as dependency. For backward compatibility, please upgrade your helm to v3.14 or later version, and be sure to add the `--reset-then-reuse-values` option whenever you use `helm upgrade`. - As of version 4.2.0, the Milvus Helm chart no longer supports Milvus v2.3.x. If you need to deploy Milvus v2.3.x using Helm, please use Milvus Helm chart version less than 4.2.0 (e.g 4.1.36).