This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: milvus
33appVersion : " 2.0.0"
44kubeVersion : " ^1.10.0-0"
55description : Milvus is an open-source vector database built to power AI applications and vector similarity search.
6- version : 3.0.2
6+ version : 3.0.3
77keywords :
88 - milvus
99 - elastic
Original file line number Diff line number Diff line change @@ -108,22 +108,23 @@ log:
108108
109109 persistence :
110110 mountPath : " /milvus/logs"
111- # # If true, alertmanager will create/use a Persistent Volume Claim
111+ # # If true, create/use a Persistent Volume Claim
112112 # # If false, use emptyDir
113113 # #
114114 enabled : false
115- annotations : {}
116- # helm.sh/resource-policy: keep
115+ annotations :
116+ helm.sh/resource-policy : keep
117117 persistentVolumeClaim :
118118 existingClaim : " "
119119 # # Milvus Logs Persistent Volume Storage Class
120120 # # If defined, storageClassName: <storageClass>
121121 # # If set to "-", storageClassName: "", which disables dynamic provisioning
122122 # # If undefined (the default) or set to null, no storageClassName spec is
123123 # # set, choosing the default provisioner.
124+ # # ReadWriteMany access mode required for milvus cluster.
124125 # #
125126 storageClass :
126- accessModes : ReadWriteOnce
127+ accessModes : ReadWriteMany
127128 size : 10Gi
128129 subPath : " "
129130
You can’t perform that action at this time.
0 commit comments