From c6f56f4c85860da4cfa0b87b177fe36bb1e06d99 Mon Sep 17 00:00:00 2001 From: Milvus-doc-bot Date: Wed, 27 Nov 2024 09:24:28 +0000 Subject: [PATCH] Release new docs --- .../site/en/getstarted/run-milvus-k8s/install_cluster-helm.md | 4 ++-- version.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v2.4.x/site/en/getstarted/run-milvus-k8s/install_cluster-helm.md b/v2.4.x/site/en/getstarted/run-milvus-k8s/install_cluster-helm.md index 263e3d10e..3a755c60c 100644 --- a/v2.4.x/site/en/getstarted/run-milvus-k8s/install_cluster-helm.md +++ b/v2.4.x/site/en/getstarted/run-milvus-k8s/install_cluster-helm.md @@ -41,7 +41,7 @@ If you encounter any issues pulling the image, contact us at @@ -49,7 +49,7 @@ $ helm repo add milvus https://github.com/zilliztech/milvus-helm 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 diff --git a/version.json b/version.json index afcd7732d..8085d97f0 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "v2.5.x", + "version": "v2.4.x", "released": "yes" }