From 11abd47d043edfc9c6d303ae0880a2e3cc2cac8f Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Mon, 29 Apr 2024 17:49:50 +0530 Subject: [PATCH] fix: update helm repository URL in links Signed-off-by: Niladri Halder --- README.md | 2 +- index.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51ba3df..f829241 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/index.md b/index.md index ad69391..4c22e38 100644 --- a/index.md +++ b/index.md @@ -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. @@ -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