From 3eeb6add4b146a4c2feeaa951c339a112e723e6f Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Mon, 29 Apr 2024 17:34:19 +0530 Subject: [PATCH] fix: update operator YAML and helm chart repo URLs Signed-off-by: Niladri Halder --- .github/workflows/chart-lint-test.yml | 2 +- Makefile | 4 ++-- docs/quick.md | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/chart-lint-test.yml b/.github/workflows/chart-lint-test.yml index 46509a24..31813674 100644 --- a/.github/workflows/chart-lint-test.yml +++ b/.github/workflows/chart-lint-test.yml @@ -51,7 +51,7 @@ jobs: - name: Add dependency chart repos run: | - helm repo add openebs-ndm https://openebs.github.io/node-disk-manager + helm repo add openebs-ndm https://openebs-archive.github.io/node-disk-manager helm repo update - name: Run chart-testing (install) diff --git a/Makefile b/Makefile index db5cce13..13cf9002 100644 --- a/Makefile +++ b/Makefile @@ -240,8 +240,8 @@ include Makefile.buildx.mk .PHONY: k8s-deploy k8s-deploy: - kubectl apply -f https://openebs.github.io/charts/openebs-operator.yaml - kubectl apply -f https://openebs.github.io/charts/cstor-operator.yaml + kubectl apply -f https://openebs-archive.github.io/charts/openebs-operator.yaml + kubectl apply -f https://openebs-archive.github.io/charts/cstor-operator.yaml .PHONY: k8s-deploy-devel k8s-deploy-devel: diff --git a/docs/quick.md b/docs/quick.md index 20d9e042..1242524c 100644 --- a/docs/quick.md +++ b/docs/quick.md @@ -44,7 +44,7 @@ openebs-ndm-sfczv 1/1 Runnin openebs-ndm-vgdnv 1/1 Running 0 6d6h ``` -If you have got an output as displayed above, then it is recommended that you proceed with installation using the [CStor operators helm chart](https://openebs.github.io/cstor-operators). You will have to exclude `openebs-ndm` charts from the installation. Sample command: +If you have got an output as displayed above, then it is recommended that you proceed with installation using the [CStor operators helm chart](https://openebs-archive.github.io/cstor-operators). You will have to exclude `openebs-ndm` charts from the installation. Sample command: ```bash helm install openebs-cstor openebs-cstor/cstor -n openebs --set openebsNDM.enabled=false ``` @@ -60,7 +60,7 @@ If you did not get any meaningful output (as above), then you do not have NDM co ### Using Helm Charts: -Install CStor operators and CSI driver components using the [CStor Operators helm charts](https://openebs.github.io/cstor-operators). Sample command: +Install CStor operators and CSI driver components using the [CStor Operators helm charts](https://openebs-archive.github.io/cstor-operators). Sample command: ```bash helm install openebs-cstor openebs-cstor/cstor -n openebs --create-namespace @@ -81,13 +81,13 @@ helm install openebs-cstor openebs-cstor/cstor -n openebs --create-namespace Install the latest release using CStor Operator yaml. ```bash -kubectl apply -f https://openebs.github.io/charts/cstor-operator.yaml +kubectl apply -f https://openebs-archive.github.io/charts/cstor-operator.yaml ```
Click here if you're using MicroK8s. ```bash - microk8s kubectl apply -f https://openebs.github.io/charts/microk8s-cstor-operator.yaml + microk8s kubectl apply -f https://openebs-archive.github.io/charts/microk8s-cstor-operator.yaml ```