Skip to content

Commit

Permalink
Fix pulsar v2 and v3 chart incompatibility (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Zeng <[email protected]>
  • Loading branch information
LoveEachDay authored Nov 26, 2024
1 parent f9e64ae commit 970e1b9
Show file tree
Hide file tree
Showing 5 changed files with 7 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
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-26T15:34:03.319376+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 970e1b9

Please sign in to comment.