Skip to content

chore(deps): update helm release democratic-csi to v0.14.2 - autoclosed

Renovate Bot requested to merge renovate/democratic-csi-0.x into master

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

Compare Source

csi storage for container orchestration systems

v0.14.1

Compare Source

Released 2023-07-16

  • support changes to containerd 1.7+ with windows host process

v0.14.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports