Skip to content

Commit

Permalink
Update install_cluster-helm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyTsu1984 authored Nov 15, 2024
1 parent 3a6b5dd commit 4a0aa2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/en/getstarted/run-milvus-k8s/install_cluster-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ If you encounter any issues pulling the image, contact us at <a href="mailto:com
Before installing Milvus Helm Charts, you need to add Milvus Helm repository.
```
$ helm repo add milvus https://zilliztech.github.io/milvus-helm/
$ helm repo add milvus https://github.com/zilliztech/milvus-helm
```
<div class="alert note">
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:
```shell
helm repo add zilliztech https://zilliztech.github.io/milvus-helm
helm repo add zilliztech https://github.com/zilliztech/milvus-helm
helm repo update
# upgrade existing helm release
helm upgrade my-release zilliztech/milvus
Expand Down

0 comments on commit 4a0aa2b

Please sign in to comment.