This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: milvus
3
3
appVersion : " 2.2.1"
4
4
kubeVersion : " ^1.10.0-0"
5
5
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
7
7
keywords :
8
8
- milvus
9
9
- elastic
Original file line number Diff line number Diff line change @@ -114,9 +114,12 @@ The following table lists the configurable parameters of the Milvus Service and
114
114
| -------------------------------------------| -----------------------------------------------| ---------------------------------------------------------|
115
115
| ` cluster.enabled ` | Enable or disable Milvus Cluster mode | ` true ` |
116
116
| ` 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 ` |
118
118
| ` image.all.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
119
119
| ` 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 ` |
120
123
| ` extraConfigFiles ` | Extra config to override default milvus.yaml | ` user.yaml: ` |
121
124
| ` service.type ` | Service type | ` ClusterIP ` |
122
125
| ` service.port ` | Port where service is exposed | ` 19530 ` |
Original file line number Diff line number Diff line change 15
15
# - myRegistryKeySecretName
16
16
tools :
17
17
repository : milvusdb/milvus-config-tool
18
- tag : v0.1.0
18
+ tag : v0.1.1
19
19
pullPolicy : IfNotPresent
20
20
21
21
# Global node selector
You can’t perform that action at this time.
0 commit comments