Skip to content

Commit 262e90f

Browse files
authored
chore: Bump csi-node-driver-registrar version for 25.11.0 (#337)
* chore: Bump csi-node-driver-registrar version for 25.11.0 * add changelog entry
1 parent ab30d51 commit 262e90f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ All notable changes to this project will be documented in this file.
2020
- `nodeSelector` has been split into `csiProvisioner.nodeSelector` and `csiNodeDriver.nodeSelector`.
2121
- `tolerations` has been split into `csiProvisioner.tolerations` and `csiNodeDriver.tolerations`.
2222
- `affinity` has been split into `csiProvisioner.affinity` and `csiNodeDriver.affinity`.
23+
- Bump csi-node-driver-registrar to `v2.15.0` ([#337]).
2324

2425
[#334]: https://github.com/stackabletech/listener-operator/pull/334
26+
[#337]: https://github.com/stackabletech/listener-operator/pull/337
2527

2628
## [25.7.0] - 2025-07-23
2729

deploy/helm/listener-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ csiNodeDriver:
101101
nodeDriverRegistrar:
102102
image:
103103
repository: oci.stackable.tech/sdp/sig-storage/csi-node-driver-registrar
104-
tag: v2.13.0
104+
tag: v2.15.0
105105
pullPolicy: IfNotPresent
106106
resources:
107107
requests:

0 commit comments

Comments
 (0)