Skip to content

Commit

Permalink
[milvus] Fix missing clusterDomain in config template (#135)
Browse files Browse the repository at this point in the history
* Fix missing clusterDomain in config template

Signed-off-by: Olivier Détour <chino540off@gmail.com>

* Bump chart version

Signed-off-by: Olivier Détour <chino540off@gmail.com>

---------

Signed-off-by: Olivier Détour <chino540off@gmail.com>
  • Loading branch information
chino540off authored Oct 29, 2024
1 parent 678fee0 commit e8ddae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.13-hotfix"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 4.2.15
version: 4.2.16
keywords:
- milvus
- elastic
Expand Down
2 changes: 1 addition & 1 deletion charts/milvus/templates/config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ etcd:
{{- else }}
endpoints:
{{- range $i := until ( .Values.etcd.replicaCount | int ) }}
- {{ $etcdReleaseName }}-{{ $i }}.{{ $etcdReleaseName }}-headless.{{ $namespace }}.svc.cluster.local:{{ $etcdPort }}
- {{ $etcdReleaseName }}-{{ $i }}.{{ $etcdReleaseName }}-headless.{{ $namespace }}.svc.{{ $.Values.etcd.clusterDomain }}:{{ $etcdPort }}
{{- end }}
{{- end }}

Expand Down

0 comments on commit e8ddae4

Please sign in to comment.