Skip to content

Commit c6f56f4

Browse files
Milvus-doc-botMilvus-doc-bot
authored andcommitted
Release new docs
1 parent 781652c commit c6f56f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

v2.4.x/site/en/getstarted/run-milvus-k8s/install_cluster-helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ If you encounter any issues pulling the image, contact us at <a href="mailto:com
4141
Before installing Milvus Helm Charts, you need to add Milvus Helm repository.
4242
4343
```
44-
$ helm repo add milvus https://github.com/zilliztech/milvus-helm
44+
$ helm repo add milvus https://zilliztech.github.io/milvus-helm/
4545
```
4646
4747
<div class="alert note">
4848
4949
The Milvus Helm Charts repo at `https://github.com/milvus-io/milvus-helm` has been archived and you can get further updates from `https://github.com/zilliztech/milvus-helm` as follows:
5050
5151
```shell
52-
helm repo add zilliztech https://github.com/zilliztech/milvus-helm
52+
helm repo add zilliztech https://zilliztech.github.io/milvus-helm/
5353
helm repo update
5454
# upgrade existing helm release
5555
helm upgrade my-release zilliztech/milvus

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "v2.5.x",
2+
"version": "v2.4.x",
33
"released": "yes"
44
}

0 commit comments

Comments
 (0)