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 1e26fe5 commit 7049731Copy full SHA for 7049731
2 files changed
charts/milvus/Chart.yaml
@@ -3,7 +3,7 @@ name: milvus
3
appVersion: "2.2.0"
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.3.4
+version: 3.3.5
7
keywords:
8
- milvus
9
- elastic
charts/milvus/values.yaml
@@ -855,6 +855,7 @@ pulsar:
855
defaultRetentionTimeInMinutes: "10080"
856
backlogQuotaDefaultLimitGB: "8"
857
ttlDurationDefaultInSeconds: "259200"
858
+ subscriptionExpirationTimeMinutes: "30"
859
backlogQuotaDefaultRetentionPolicy: producer_exception
860
861
autorecovery:
0 commit comments