Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 19aa316

Browse files
authored
Fix heaptrack volume mounts for milvus standalone (#447)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
1 parent 4b32fc3 commit 19aa316

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

charts/milvus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: milvus
33
appVersion: "2.2.8"
44
kubeVersion: "^1.10.0-0"
55
description: 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
77
keywords:
88
- milvus
99
- elastic

charts/milvus/templates/standalone-deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)