From 386832c3177067b466632fd64ec5c36709f06392 Mon Sep 17 00:00:00 2001 From: haorenfsa Date: Tue, 26 Nov 2024 11:28:01 +0800 Subject: [PATCH] change dep pulsar to zilliz pulsarv2 chart Signed-off-by: haorenfsa --- charts/milvus/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/milvus/README.md b/charts/milvus/README.md index 1a9b884..5b835da 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.27 for upgrading, there're some known issues. 4.2.28 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).