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

Commit

Permalink
Merge pull request #349 from openebs-archive/index.md-update
Browse files Browse the repository at this point in the history
fix(index.md): update helm repository link
  • Loading branch information
avishnu authored Apr 29, 2024
2 parents 4143c90 + 36da186 commit 37abbc1
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 37abbc1

Please sign in to comment.