We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8417aa1 commit 55045f2Copy full SHA for 55045f2
charts/milvus/Chart.yaml
@@ -13,7 +13,7 @@ sources:
13
- https://github.com/milvus-io/milvus
14
- https://github.com/zilliztech/milvus-helm/
15
type: application
16
-version: 1.0.0
+version: 1.0.1
17
appVersion: "2.5.8"
18
dependencies:
19
- name: milvus
charts/milvus/templates/discovery-secret.yaml
@@ -8,7 +8,8 @@ metadata:
8
onyxia/discovery: "milvus"
9
type: Opaque
10
stringData:
11
- MILVUS_SERVER_URI: "https://{{ .Values.ingress.hostname }}:443"
+ MILVUS_GRPC_URI: "https://{{ .Values.ingress.hostnameGRPC }}"
12
+ MILVUS_REST_URI: "https://{{ .Values.ingress.hostnameREST }}"
MILVUS_USERNAME: "root"
MILVUS_PASSWORD: "{{ $password }}"
MILVUS_TOKEN: "root:{{ $password }}"
0 commit comments