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.2.8"
44kubeVersion : " ^1.10.0-0"
55description : Milvus is an open-source vector database built to power AI applications and vector similarity search.
6- version : 4.0.21
6+ version : 4.0.22
77keywords :
88 - milvus
99 - elastic
Original file line number Diff line number Diff line change @@ -137,10 +137,6 @@ spec:
137137 mountPath : {{ .Values.log.persistence.mountPath | quote }}
138138 subPath : {{ .Values.log.persistence.persistentVolumeClaim.subPath | default "" }}
139139 {{- end }}
140- {{- if .Values.standalone.heaptrack.enabled }}
141- - mountPath : /milvus/tools
142- name : heaptrack
143- {{- end }}
144140 {{- if .Values.standalone.disk.enabled }}
145141 - mountPath : /milvus/data
146142 name : disk
You can’t perform that action at this time.
0 commit comments