diff --git a/ceph-provisioners/Chart.yaml b/ceph-provisioners/Chart.yaml index 0f841592f..293b13dbc 100644 --- a/ceph-provisioners/Chart.yaml +++ b/ceph-provisioners/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph Provisioner name: ceph-provisioners -version: 0.1.21 +version: 0.1.22 home: https://github.com/ceph/ceph ... diff --git a/ceph-provisioners/values.yaml b/ceph-provisioners/values.yaml index 39cf3e440..c1145f23b 100644 --- a/ceph-provisioners/values.yaml +++ b/ceph-provisioners/values.yaml @@ -19,11 +19,12 @@ deployment: ceph: true client_secrets: false - # Original rbd_provisioner is now DEPRECATED. It will be removed in the - # next release; CSI RBD provisioner should be used instead. - rbd_provisioner: true csi_rbd_provisioner: true - cephfs_provisioner: true + # Original rbd_provisioner and cephfs_provisioner are now DEPRECATED. They + # will be removed in the next release; CSI provisioners should be used + # instead. + rbd_provisioner: false + cephfs_provisioner: false release_group: null diff --git a/releasenotes/notes/ceph-provisioners.yaml b/releasenotes/notes/ceph-provisioners.yaml index 5ce296dbd..1b7b57c59 100644 --- a/releasenotes/notes/ceph-provisioners.yaml +++ b/releasenotes/notes/ceph-provisioners.yaml @@ -21,4 +21,5 @@ ceph-provisioners: - 0.1.19 Add pods watch and list permissions to cluster role - 0.1.20 Add missing CRDs for volume snapshots (classes, contents) - 0.1.21 Added OCI registry authentication + - 0.1.22 Remove legacy Ceph provisioners ...