diff --git a/deploy/rbd/helm/Chart.yaml b/deploy/rbd/helm/Chart.yaml index 250bda873..d91c4e041 100644 --- a/deploy/rbd/helm/Chart.yaml +++ b/deploy/rbd/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0.0" description: "Container Storage Interface (CSI) driver, -provisioner, and attacher for Ceph RBD" +provisioner, snapshotter, and attacher for Ceph RBD" name: ceph-csi-rbd version: 0.4.0 keywords: @@ -11,4 +11,4 @@ keywords: - ceph-csi home: https://github.com/ceph/ceph-csi sources: - - https://github.com/ceph/ceph-csi/tree/master/deploy/rbd/kubernetes + - https://github.com/ceph/ceph-csi/tree/csi-v1.0/deploy/rbd/helm diff --git a/deploy/rbd/helm/README.md b/deploy/rbd/helm/README.md index 5ef9aa5eb..42a55e55b 100644 --- a/deploy/rbd/helm/README.md +++ b/deploy/rbd/helm/README.md @@ -2,7 +2,6 @@ The ceph-csi-rbd chart adds rbd volume support to your cluster. - ## Install Chart To install the Chart into your Kubernetes cluster : diff --git a/deploy/rbd/helm/templates/NOTES.txt b/deploy/rbd/helm/templates/NOTES.txt index b067d95eb..fc1e29ca5 100644 --- a/deploy/rbd/helm/templates/NOTES.txt +++ b/deploy/rbd/helm/templates/NOTES.txt @@ -1,2 +1,2 @@ Examples on how to configure a storage class and start using the driver are here: -https://github.com/ceph/ceph-csi/tree/master/examples/rbd +https://github.com/ceph/ceph-csi/tree/csi-v1.0/examples/rbd