Skip to content

Commit c24079e

Browse files
authored
upgrade etcd, bump version (#267)
Signed-off-by: AlintaLu <[email protected]>
1 parent 9572f61 commit c24079e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
submodules: recursive
1818
- name: Run link check
19-
uses: gaurav-nelson/github-action-markdown-link-check@v1
19+
uses: tcort/github-action-markdown-link-check@v1
2020
with:
2121
use-quiet-mode: 'no'
2222
use-verbose-mode: 'yes'

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)