This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v1
22name : milvus
3- appVersion : " 2.1.3 "
3+ appVersion : " 2.1.4 "
44kubeVersion : " ^1.10.0-0"
55description : Milvus is an open-source vector database built to power AI applications and vector similarity search.
6- version : 3.2.3
6+ version : 3.2.4
77keywords :
88 - milvus
99 - elastic
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ The following table lists the configurable parameters of the Milvus Service and
9898| -------------------------------------------| -----------------------------------------------| ---------------------------------------------------------|
9999| ` cluster.enabled ` | Enable or disable Milvus Cluster mode | ` true ` |
100100| ` image.all.repository ` | Image repository | ` milvusdb/milvus ` |
101- | ` image.all.tag ` | Image tag | ` v2.1.3 ` |
101+ | ` image.all.tag ` | Image tag | ` v2.1.4 ` |
102102| ` image.all.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
103103| ` image.all.pullSecrets ` | Image pull secrets | ` {} ` |
104104| ` service.type ` | Service type | ` ClusterIP ` |
Original file line number Diff line number Diff line change 55image :
66 all :
77 repository : milvusdb/milvus
8- tag : v2.1.3
8+ tag : v2.1.4
99 pullPolicy : IfNotPresent
1010 # # Optionally specify an array of imagePullSecrets.
1111 # # Secrets must be manually created in the namespace.
You can’t perform that action at this time.
0 commit comments