Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Nov 27, 2024
1 parent 781652c commit c6f56f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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://github.com/zilliztech/milvus-helm
$ helm repo add milvus https://zilliztech.github.io/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://github.com/zilliztech/milvus-helm
helm repo add zilliztech https://zilliztech.github.io/milvus-helm/
helm repo update
# upgrade existing helm release
helm upgrade my-release zilliztech/milvus
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v2.5.x",
"version": "v2.4.x",
"released": "yes"
}

0 comments on commit c6f56f4

Please sign in to comment.