Skip to content

Commit

Permalink
Fix config.tpl after removing minio gateway mode
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Zeng <[email protected]>
  • Loading branch information
LoveEachDay committed Mar 27, 2024
1 parent 31e08ce commit 450d5ea
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.3.12"
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.26
version: 4.1.27
keywords:
- milvus
- elastic
Expand Down
4 changes: 0 additions & 4 deletions charts/milvus/templates/config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ minio:
accessKeyID: {{ .Values.minio.accessKey }}
secretAccessKey: {{ .Values.minio.secretKey }}
useSSL: {{ .Values.minio.tls.enabled }}
{{- if .Values.minio.gcsgateway.enabled }}
bucketName: {{ .Values.externalGcs.bucketName }}
{{- else }}
bucketName: {{ .Values.minio.bucketName }}
{{- end }}
rootPath: {{ .Values.minio.rootPath }}
useIAM: {{ .Values.minio.useIAM }}
iamEndpoint: {{ .Values.minio.iamEndpoint }}
Expand Down

0 comments on commit 450d5ea

Please sign in to comment.