Skip to content

Commit

Permalink
enable pulsarv3 & disable pulsarv2 by default (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: haorenfsa <haorenfsa@gmail.com>
  • Loading branch information
haorenfsa authored Nov 25, 2024
1 parent 72e02cf commit d934ea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.26
version: 4.2.27
keywords:
- milvus
- elastic
Expand Down
4 changes: 2 additions & 2 deletions charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ etcd:
pulsarv3:
name: "pulsarv3" # note: nameOveride should be kept the same as the name field
nameOverride: "pulsarv3"
enabled: false
enabled: true
persistence: true
volumes:
persistence: true
Expand Down Expand Up @@ -903,7 +903,7 @@ pulsarv3:

# default values for pulsar v2
pulsar:
enabled: true
enabled: false
name: pulsar

fullnameOverride: ""
Expand Down

0 comments on commit d934ea8

Please sign in to comment.