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 +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : milvus
3
- appVersion : " 2.2.10 "
3
+ appVersion : " 2.2.11 "
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.25
6
+ version : 4.0.26
7
7
keywords :
8
8
- milvus
9
9
- elastic
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ The following table lists the configurable parameters of the Milvus Service and
152
152
| -------------------------------------------| -----------------------------------------------| ---------------------------------------------------------|
153
153
| ` cluster.enabled ` | Enable or disable Milvus Cluster mode | ` true ` |
154
154
| ` image.all.repository ` | Image repository | ` milvusdb/milvus ` |
155
- | ` image.all.tag ` | Image tag | ` v2.2.10 ` |
155
+ | ` image.all.tag ` | Image tag | ` v2.2.11 ` |
156
156
| ` image.all.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
157
157
| ` image.all.pullSecrets ` | Image pull secrets | ` {} ` |
158
158
| ` image.tools.repository ` | Config image repository | ` milvusdb/milvus-config-tool ` |
Original file line number Diff line number Diff line change 5
5
image :
6
6
all :
7
7
repository : milvusdb/milvus
8
- tag : v2.2.10
8
+ tag : v2.2.11
9
9
pullPolicy : IfNotPresent
10
10
# # Optionally specify an array of imagePullSecrets.
11
11
# # Secrets must be manually created in the namespace.
You can’t perform that action at this time.
0 commit comments