Skip to content

Commit

Permalink
fix: update operator YAML and helm chart repo URLs
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 8983164 commit 3eeb6ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions docs/quick.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Expand All @@ -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
```
<details>
<summary>Click here if you're using MicroK8s.</summary>

```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
```
</details>

Expand Down

0 comments on commit 3eeb6ad

Please sign in to comment.