Skip to content

Commit 2462e41

Browse files
committed
upgrade etcd, bump version
Signed-off-by: AlintaLu <[email protected]>
1 parent 9572f61 commit 2462e41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/milvus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: milvus
33
appVersion: "2.6.6"
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: 5.0.8
6+
version: 5.0.9
77
keywords:
88
- milvus
99
- elastic

charts/milvus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
For more information about installing and using Helm, see the [Helm Docs](https://helm.sh/docs/). For a quick introduction to Charts, see the [Chart Guide](https://helm.sh/docs/topics/charts/).
44

5-
To install Milvus, refer to [Milvus installation](https://milvus.io/docs/v2.0.x/install_cluster-helm.md).
5+
To install Milvus, refer to [Milvus installation](https://milvus.io/docs/install_cluster-helm.md).
66

77
## Introduction
88
This chart bootstraps Milvus deployment on a Kubernetes cluster using the Helm package manager.

charts/milvus/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ etcd:
715715
create: false
716716
image:
717717
repository: "milvusdb/etcd"
718-
tag: "3.5.18-r1"
718+
tag: "3.5.23-r2"
719719
pullPolicy: IfNotPresent
720720

721721
service:

0 commit comments

Comments
 (0)