From 2ef0194386482a11da0134a1f5a2a371338e544f Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 29 Sep 2025 16:22:46 +0200 Subject: [PATCH 1/2] chore: Bump csi-node-driver-registrar version for 25.11.0 --- deploy/helm/listener-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From a596a3a703f12a015a4b2e6209c999db1801fe82 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 29 Sep 2025 16:25:23 +0200 Subject: [PATCH 2/2] add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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