Skip to content

Commit 9f21b81

Browse files
committed
release tag 2.5.1
Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
1 parent 2f452bc commit 9f21b81

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.5.0"
3+
appVersion: "2.5.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.2.33
6+
version: 4.2.34
77
keywords:
88
- milvus
99
- elastic

charts/milvus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ The following table lists the configurable parameters of the Milvus Service and
268268
|-------------------------------------------|-----------------------------------------------|---------------------------------------------------------|
269269
| `cluster.enabled` | Enable or disable Milvus Cluster mode | `true` |
270270
| `image.all.repository` | Image repository | `milvusdb/milvus` |
271-
| `image.all.tag` | Image tag | `v2.5.0` |
271+
| `image.all.tag` | Image tag | `v2.5.1` |
272272
| `image.all.pullPolicy` | Image pull policy | `IfNotPresent` |
273273
| `image.all.pullSecrets` | Image pull secrets | `{}` |
274274
| `image.tools.repository` | Config image repository | `milvusdb/milvus-config-tool` |

charts/milvus/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cluster:
1111
image:
1212
all:
1313
repository: milvusdb/milvus
14-
tag: v2.5.0
14+
tag: v2.5.1
1515
pullPolicy: IfNotPresent
1616
## Optionally specify an array of imagePullSecrets.
1717
## Secrets must be manually created in the namespace.

0 commit comments

Comments
 (0)