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

Commit

Permalink
Revert Helm registry URL changes (#352)
Browse files Browse the repository at this point in the history
* Revert "chore: update link to openebs archive (#351)"

This reverts commit 2ab07b8.

Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>

* Revert "fix(index.md): update helm repository link"

This reverts commit 36da186.

Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>

---------

Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
  • Loading branch information
niladrih authored Apr 30, 2024
1 parent 2ab07b8 commit 884f13c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Charts

The contents of this branch (gh-pages) are published via GitHub pages at https://openebs-archive.github.io/charts/
The contents of this branch (gh-pages) are published via GitHub pages at https://openebs.github.io/charts/

This branch contains the following:
- OpenEBS Helm Chart metadata - [index.yaml](./index.yaml). This file is auto-updated by GitHub Action - Helm Chart Releaser. Please do not modify this file.
Expand Down
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-archive.github.io/charts) to your Helm client.
Before installing OpenEBS Helm charts, you need to add the [OpenEBS Helm repository](https://openebs.github.io/charts) to your Helm client.

```bash
helm repo add openebs https://openebs-archive.github.io/charts
helm repo add openebs https://openebs.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-archive/charts/tree/HEAD/charts/openebs/README.md).
For more details on customizing and installing OpenEBS please see the [chart readme](https://github.com/openebs/charts/tree/HEAD/charts/openebs/README.md).

### To uninstall/delete instance with release name

Expand Down

0 comments on commit 884f13c

Please sign in to comment.