From a55e9c9d91a4663a1279aabb95bfcf72d20d31ce Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Mon, 29 Apr 2024 17:42:21 +0530 Subject: [PATCH] fix: update helm repository URL Signed-off-by: Niladri Halder --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 4f96ef485..d6030600c 100644 --- a/index.md +++ b/index.md @@ -8,7 +8,7 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started. Once Helm is set up properly, add the repo as follows: ```bash -$ helm repo add ndm https://openebs.github.io/node-disk-manager +$ helm repo add ndm https://openebs-archive.github.io/node-disk-manager ``` You can then run `helm search repo ndm` to see the charts.