Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix(index.md): update helm repository link
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
  • Loading branch information
niladrih committed Apr 29, 2024
1 parent 4143c90 commit 36da186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ To install the engine charts, the helm install must be provided with a engine en

### Setup Helm Repository

Before installing OpenEBS Helm charts, you need to add the [OpenEBS Helm repository](https://openebs.github.io/charts) to your Helm client.
Before installing OpenEBS Helm charts, you need to add the [OpenEBS Helm repository](https://openebs-archive.github.io/charts) to your Helm client.

```bash
helm repo add openebs https://openebs.github.io/charts
helm repo add openebs https://openebs-archive.github.io/charts
helm repo update
```

Expand Down Expand Up @@ -80,7 +80,7 @@ Examples:
helm upgrade openebs openebs/openebs --namespace openebs --reuse-values --set legacy.enabled=false
```

For more details on customizing and installing OpenEBS please see the [chart readme](https://github.com/openebs/charts/tree/HEAD/charts/openebs/README.md).
For more details on customizing and installing OpenEBS please see the [chart readme](https://github.com/openebs-archive/charts/tree/HEAD/charts/openebs/README.md).

### To uninstall/delete instance with release name

Expand Down

0 comments on commit 36da186

Please sign in to comment.