From 0ae3d628846a7fd58352d9cc48774b0ba7adc41a Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Mon, 29 Apr 2024 17:12:40 +0530 Subject: [PATCH] fix(index.md): update helm registry URL Signed-off-by: Niladri Halder --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 091d741b..23c0f411 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 openebs-cstor https://openebs.github.io/cstor-operators +$ helm repo add openebs-cstor https://openebs-archive.github.io/cstor-operators ``` You can then run `helm search repo openebs-cstor` to see the charts. @@ -43,7 +43,7 @@ By default this chart installs additional, dependent charts: | Repository | Name | Version | |------------|------|---------| -| https://openebs.github.io/node-disk-manager | openebs-ndm | 1.2.0 | +| https://openebs-archive.github.io/node-disk-manager | openebs-ndm | 1.2.0 | To disable the dependency during installation, set `openebsNDM.enabled` to `false`. @@ -80,7 +80,7 @@ kubectl apply -f https://raw.githubusercontent.com/openebs/cstor-operators/maste helm upgrade openebs-cstor/cstor --namespace=openebs ``` -- To upgrade the data plane components follow [this](https://github.com/openebs/upgrade/blob/master/docs/upgrade.md) doc. +- To upgrade the data plane components follow [this](https://github.com/openebs-archive/upgrade/blob/master/docs/upgrade.md) doc. ## Configuration