We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e168d commit fe50bafCopy full SHA for fe50baf
2 files changed
charts/milvus/Chart.yaml
@@ -3,7 +3,7 @@ name: milvus
3
appVersion: "2.1.4"
4
kubeVersion: "^1.10.0-0"
5
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
6
-version: 3.2.4
+version: 3.2.5
7
keywords:
8
- milvus
9
- elastic
charts/milvus/values.yaml
@@ -782,8 +782,8 @@ pulsar:
782
-XX:+ExitOnOutOfMemoryError
783
maxMessageSize: "104857600"
784
defaultRetentionTimeInMinutes: "10080"
785
- defaultRetentionSizeInMB: "8192"
786
backlogQuotaDefaultLimitGB: "8"
+ ttlDurationDefaultInSeconds: "259200"
787
backlogQuotaDefaultRetentionPolicy: producer_exception
788
789
autorecovery:
0 commit comments