diff --git a/CHANGELOG.md b/CHANGELOG.md index 7730270..1e8ffc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,8 +20,10 @@ All notable changes to this project will be documented in this file. - `nodeSelector` has been split into `csiProvisioner.nodeSelector` and `csiNodeDriver.nodeSelector`. - `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]). [#334]: https://github.com/stackabletech/listener-operator/pull/334 +[#337]: https://github.com/stackabletech/listener-operator/pull/337 ## [25.7.0] - 2025-07-23 diff --git a/deploy/helm/listener-operator/values.yaml b/deploy/helm/listener-operator/values.yaml index efdbc63..29225c0 100644 --- a/deploy/helm/listener-operator/values.yaml +++ b/deploy/helm/listener-operator/values.yaml @@ -101,7 +101,7 @@ csiNodeDriver: nodeDriverRegistrar: image: repository: oci.stackable.tech/sdp/sig-storage/csi-node-driver-registrar - tag: v2.13.0 + tag: v2.15.0 pullPolicy: IfNotPresent resources: requests: