Skip to content

Commit

Permalink
config common.storageType: remote (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: PowderLi <[email protected]>
  • Loading branch information
PowderLi authored Nov 28, 2023
1 parent fc2207f commit 63be9fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.3.3"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 4.1.9
version: 4.1.10
keywords:
- milvus
- elastic
Expand Down
5 changes: 5 additions & 0 deletions charts/milvus/templates/config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ etcd:
metastore:
type: etcd

{{- if and (.Values.externalS3.enabled) (eq .Values.externalS3.cloudProvider "azure") }}
common:
storageType: remote
{{- end }}

minio:
{{- if .Values.externalS3.enabled }}
address: {{ .Values.externalS3.host }}
Expand Down

0 comments on commit 63be9fd

Please sign in to comment.