Skip to content

Commit

Permalink
chore(milvus): add toggele on milvus (#1011)
Browse files Browse the repository at this point in the history
Because

- we need one central toggle

This commit

- add artifact's toggle on its dependency, milvus.
  • Loading branch information
Yougigun authored Jun 5, 2024
1 parent e0aa73b commit fc19a6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions charts/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ dependencies:
- name: milvus
repository: https://zilliztech.github.io/milvus-helm/
version: 4.1.30
tags:
- milvus
- name: kuberay-operator
repository: https://ray-project.github.io/kuberay-helm/
version: 1.1.1
Expand Down
7 changes: 4 additions & 3 deletions charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1497,10 +1497,10 @@ milvus:
log:
level: "info"
file:
maxSize: 10 # MB
maxAge: 12 # day
maxSize: 10 # MB
maxAge: 12 # day
maxBackups: 2
format: "json" # text/json
format: "json" # text/json
cluster:
enabled: true
rootCoordinator:
Expand Down Expand Up @@ -1578,3 +1578,4 @@ tags:
model: true
observability: true
prometheusStack: false
milvus: false

0 comments on commit fc19a6d

Please sign in to comment.