scaleway-csi-0.2.0
A Helm chart for the Scaleway CSI plugin
Changes
- Bumped CSI components.
⚠️ Breaking changes
- Kubernetes 1.25+ is now required.
- Default
volumeBindingMode
of default StorageClasses (scw-bssd
andscw-bssd-retain
) changed fromImmediate
toWaitForFirstConsumer
. Because these fields are immutable, you need to manually delete these StorageClasses before upgrading the Chart. If you prefer to keep the previous mode, you can override the values. - CSI is updated to the v0.3 release branch, which uses the new Scaleway Block Storage API. Your PersistentVolumes and VolumeSnapshots will automatically be migrated from the old API thanks to the new
migration
initContainer of the CSI controller Pod. A Scaleway Storage API Compatibility Matrix is available here.