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

Commit 7861e41

Browse files
authored
Bump milvus version to v2.1.1 (#357)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com> Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
1 parent 236e36b commit 7861e41

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/milvus/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v1
22
name: milvus
3-
appVersion: "2.1.0"
3+
appVersion: "2.1.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: 3.1.4
6+
version: 3.1.5
77
keywords:
88
- milvus
99
- elastic

charts/milvus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.0` |
101+
| `image.all.tag` | Image tag | `v2.1.1` |
102102
| `image.all.pullPolicy` | Image pull policy | `IfNotPresent` |
103103
| `image.all.pullSecrets` | Image pull secrets | `{}` |
104104
| `service.type` | Service type | `ClusterIP` |

charts/milvus/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cluster:
55
image:
66
all:
77
repository: milvusdb/milvus
8-
tag: v2.1.0
8+
tag: v2.1.1
99
pullPolicy: IfNotPresent
1010
## Optionally specify an array of imagePullSecrets.
1111
## Secrets must be manually created in the namespace.

0 commit comments

Comments
 (0)