diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8ffc1..e37b1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,9 +21,11 @@ All notable changes to this project will be documented in this file. - `tolerations` has been split into `csiProvisioner.tolerations` and `csiNodeDriver.tolerations`. - `affinity` has been split into `csiProvisioner.affinity` and `csiNodeDriver.affinity`. - Bump csi-node-driver-registrar to `v2.15.0` ([#337]). +- Bump csi-provisioner to `v5.3.0` ([#338]). [#334]: https://github.com/stackabletech/listener-operator/pull/334 [#337]: https://github.com/stackabletech/listener-operator/pull/337 +[#338]: https://github.com/stackabletech/listener-operator/pull/338 ## [25.7.0] - 2025-07-23 diff --git a/deploy/helm/listener-operator/values.yaml b/deploy/helm/listener-operator/values.yaml index 29225c0..940ede0 100644 --- a/deploy/helm/listener-operator/values.yaml +++ b/deploy/helm/listener-operator/values.yaml @@ -50,7 +50,7 @@ csiProvisioner: externalProvisioner: image: repository: oci.stackable.tech/sdp/sig-storage/csi-provisioner - tag: v5.2.0 + tag: v5.3.0 pullPolicy: IfNotPresent resources: requests: