Skip to content

Commit

Permalink
change dep pulsar to zilliz pulsarv2 chart
Browse files Browse the repository at this point in the history
Signed-off-by: haorenfsa <haorenfsa@gmail.com>
  • Loading branch information
haorenfsa committed Nov 26, 2024
1 parent f9e64ae commit 89d83d8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.27
version: 4.2.28
keywords:
- milvus
- elastic
Expand Down
2 changes: 2 additions & 0 deletions charts/milvus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Binary file removed charts/milvus/charts/pulsar-2.7.8.tgz
Binary file not shown.
Binary file added charts/milvus/charts/pulsarv2-2.7.8.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions charts/milvus/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ dependencies:
- name: minio
repository: https://zilliztech.github.io/milvus-helm
version: 8.0.17
- name: pulsar
repository: https://pulsar.apache.org/charts
- name: pulsarv2
repository: https://zilliztech.github.io/milvus-helm
version: 2.7.8
- name: pulsar
repository: https://pulsar.apache.org/charts
version: 3.3.0
- name: kafka
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 15.5.1
digest: sha256:1404dd04da6911d724e0bc3d8334df99451dbdae444f281d139e6fd80d2a0843
generated: "2024-11-22T15:53:03.438015+08:00"
digest: sha256:21c2518331186b743edb4564fab17d3789fa41baf9e1f48313c09b0a59696626
generated: "2024-11-26T11:24:25.065367+08:00"
4 changes: 2 additions & 2 deletions charts/milvus/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dependencies:
condition: minio.enabled
tags:
- minio
- name: pulsar
- name: pulsarv2
alias: pulsar
version: 2.7.8
repository: https://pulsar.apache.org/charts
repository: https://zilliztech.github.io/milvus-helm
condition: pulsar.enabled
tags:
- pulsar
Expand Down

0 comments on commit 89d83d8

Please sign in to comment.