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

Commit

Permalink
Fix heaptrack volume mounts for milvus standalone (#447)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
  • Loading branch information
LoveEachDay authored May 19, 2023
1 parent 4b32fc3 commit 19aa316
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion charts/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: milvus
appVersion: "2.2.8"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 4.0.21
version: 4.0.22
keywords:
- milvus
- elastic
Expand Down
4 changes: 0 additions & 4 deletions charts/milvus/templates/standalone-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@ spec:
mountPath: {{ .Values.log.persistence.mountPath | quote }}
subPath: {{ .Values.log.persistence.persistentVolumeClaim.subPath | default "" }}
{{- end }}
{{- if .Values.standalone.heaptrack.enabled }}
- mountPath: /milvus/tools
name: heaptrack
{{- end }}
{{- if .Values.standalone.disk.enabled }}
- mountPath: /milvus/data
name: disk
Expand Down

0 comments on commit 19aa316

Please sign in to comment.