Skip to content

Commit 28b0ba4

Browse files
authored
Merge pull request #567 from lntutor/docs/565-helm-repo-url
docs: fix drivers chart Helm repository
2 parents 57e7c60 + f41cb87 commit 28b0ba4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/helm-charts/drivers-chart.gotmpl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ceph-csi-drivers currently publishes artifacts of the ceph-csi drivers to tagged
3333

3434

3535
```console
36-
helm repo add ceph-csi-operator https://ceph.github.io/ceph-csi-operator-charts
36+
helm repo add ceph-csi-operator https://ceph.github.io/ceph-csi-operator/
3737
helm install ceph-csi-drivers --create-namespace --namespace ceph-csi-driver ceph-csi-operator/ceph-csi-drivers
3838
```
3939

@@ -44,7 +44,7 @@ For example settings, see the next section or [values.yaml](https://github.com/c
4444
For OpenShift clusters, you must enable OpenShift support and configure the SCC ClusterRole name to match the operator installation:
4545

4646
```console
47-
helm repo add ceph-csi-operator https://ceph.github.io/ceph-csi-operator-charts
47+
helm repo add ceph-csi-operator https://ceph.github.io/ceph-csi-operator/
4848
helm install ceph-csi-drivers --create-namespace --namespace ceph-csi-driver \
4949
--set openshift.enabled=true \
5050
--set openshift.sccClusterRoleName=ceph-csi-operator-scc-user \

docs/helm-charts/drivers-chart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ceph-csi-drivers currently publishes artifacts of the ceph-csi drivers to tagged
3434
### **Released version**
3535

3636
```console
37-
helm repo add ceph-csi-operator https://ceph.github.io/ceph-csi-operator-charts
37+
helm repo add ceph-csi-operator https://ceph.github.io/ceph-csi-operator/
3838
helm install ceph-csi-drivers --create-namespace --namespace ceph-csi-driver ceph-csi-operator/ceph-csi-drivers
3939
```
4040

@@ -45,7 +45,7 @@ For example settings, see the next section or [values.yaml](https://github.com/c
4545
For OpenShift clusters, you must enable OpenShift support and configure the SCC ClusterRole name to match the operator installation:
4646

4747
```console
48-
helm repo add ceph-csi-operator https://ceph.github.io/ceph-csi-operator-charts
48+
helm repo add ceph-csi-operator https://ceph.github.io/ceph-csi-operator/
4949
helm install ceph-csi-drivers --create-namespace --namespace ceph-csi-driver \
5050
--set openshift.enabled=true \
5151
--set openshift.sccClusterRoleName=ceph-csi-operator-scc-user \

0 commit comments

Comments
 (0)