Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit f3a67ba

Browse files
authored
Fix milvus config tools for printing config into log (#404)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com> Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
1 parent dc24e60 commit f3a67ba

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

charts/milvus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: milvus
33
appVersion: "2.2.1"
44
kubeVersion: "^1.10.0-0"
55
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
6-
version: 4.0.0
6+
version: 4.0.1
77
keywords:
88
- milvus
99
- elastic

charts/milvus/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,12 @@ The following table lists the configurable parameters of the Milvus Service and
114114
|-------------------------------------------|-----------------------------------------------|---------------------------------------------------------|
115115
| `cluster.enabled` | Enable or disable Milvus Cluster mode | `true` |
116116
| `image.all.repository` | Image repository | `milvusdb/milvus` |
117-
| `image.all.tag` | Image tag | `v2.1.4` |
117+
| `image.all.tag` | Image tag | `v2.2.1` |
118118
| `image.all.pullPolicy` | Image pull policy | `IfNotPresent` |
119119
| `image.all.pullSecrets` | Image pull secrets | `{}` |
120+
| `image.tools.repository` | Config image repository | `milvusdb/milvus-config-tool` |
121+
| `image.tools.tag` | Config image tag | `v0.1.1` |
122+
| `image.tools.pullPolicy` | Config image pull policy | `IfNotPresent` |
120123
| `extraConfigFiles` | Extra config to override default milvus.yaml | `user.yaml:` |
121124
| `service.type` | Service type | `ClusterIP` |
122125
| `service.port` | Port where service is exposed | `19530` |

charts/milvus/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ image:
1515
# - myRegistryKeySecretName
1616
tools:
1717
repository: milvusdb/milvus-config-tool
18-
tag: v0.1.0
18+
tag: v0.1.1
1919
pullPolicy: IfNotPresent
2020

2121
# Global node selector

0 commit comments

Comments
 (0)