chore(deps): update helm release democratic-csi to v0.14.2 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
democratic-csi | HelmChart | minor |
0.13.7 -> 0.14.2
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
democratic-csi/charts (democratic-csi)
v0.14.2
csi storage for container orchestration systems
v0.14.1
Released 2023-07-16
- support changes to containerd 1.7+ with windows host process
v0.14.0
Released 2023-07-16
BREAKING CHANGES: Some default values have changed which should be enabled on
all drivers except the *-local
drivers. In other words, you must explicitly
disable the defaults now for *-local
drivers with the values.yaml
example
below.
Upgrading CSIDriver.spec.attachRequired
is not allowed (immutable field) so
you must first kubectl delete csidrivers.storage.k8s.io <your driver>
before
using the updated chart/values. It is entirely safe to remove the CSIDriver
resource and let it recreate.
csiDriver:
attachRequired: false
controller:
externalAttacher:
enabled: false
- bump sidecars versions
- default
attachRequired: true
and enableexternal-attacher
by default (see https://github.com/democratic-csi/democratic-csi/issues/307)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.