Skip to content

Commit

Permalink
fix: update helm repository URL
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Apr 29, 2024
1 parent 3dd509f commit 51cd052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Node Disk Manager Charts

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

This branch contains the following:
- Node Disk Manager Helm Chart metadata - [index.yaml](./index.yaml). This file is auto-updated by GitHub Action - Helm Chart Releaser. Please do not modify this file.
- Node Disk Manager Helm Chart metadata - [index.yaml](./index.yaml). This file is auto-updated by GitHub Action - Helm Chart Releaser. Please do not modify this file.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 51cd052

Please sign in to comment.