You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm: Support VolumeSnapshotClass and VolumeGroupSnapshotClass
This PR add support for creating VolumeSnapshotClass and
VolumeGroupSnapshotClass with helm charts. Both default with
`create: false` as StorageClass support.
Moreover, it handle the chart release with branch `gh-pages`, by
integrate with <https://github.com/helm/chart-releaser-action>.
The sample helm repo could find from
<https://alvistack.github.io/ceph-ceph-csi/index.yaml>, by:
helm repo add ceph-csi https://alvistack.github.io/ceph-ceph-csi
helm repo update
helm search repo ceph-csi
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
0 commit comments