Skip to content

Commit

Permalink
fix: update helm repository URL in links
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 c2a9e03 commit 11abd47
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 @@
# OpenEBS NFS PV Helm Chart

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

This branch contains the following:
- Helm Chart metadata - [index.yaml](./index.yaml). This file is auto-updated by GitHub Action - Helm Chart Releaser. Please do not modify this file.
6 changes: 3 additions & 3 deletions 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:

```console
helm repo add openebs-nfs https://openebs.github.io/dynamic-nfs-provisioner
helm repo add openebs-nfs https://openebs-archive.github.io/dynamic-nfs-provisioner
```

You can then run `helm search repo openebs-nfs` to see the charts.
Expand Down Expand Up @@ -42,10 +42,10 @@ Sample command to install the OpenEBS Dynamic NFS Provisioner helm chart using t
helm install openebs-nfs openebs-nfs/nfs-provisioner --namespace openebs --create-namespace
```

If you do not have an available StorageClass, you can install the [OpenEBS Dynamic LocalPV Provisioner helm chart](https://openebs.github.io/dynamic-localpv-provisioner) and use the 'openebs-hostpath' StorageClass as Backend Storage Class. Sample commands:
If you do not have an available StorageClass, you can install the [OpenEBS Dynamic LocalPV Provisioner helm chart](https://openebs-archive.github.io/dynamic-localpv-provisioner) and use the 'openebs-hostpath' StorageClass as Backend Storage Class. Sample commands:
```console
# Add openebs-localpv repo
helm repo add openebs-localpv https://openebs.github.io/dynamic-localpv-provisioner
helm repo add openebs-localpv https://openebs-archive.github.io/dynamic-localpv-provisioner
helm repo update

# Install localpv-provisioner
Expand Down

0 comments on commit 11abd47

Please sign in to comment.