File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
deploy/helm/listener-operator Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,10 @@ All notable changes to this project will be documented in this file.
20
20
- ` nodeSelector ` has been split into ` csiProvisioner.nodeSelector ` and ` csiNodeDriver.nodeSelector ` .
21
21
- ` tolerations ` has been split into ` csiProvisioner.tolerations ` and ` csiNodeDriver.tolerations ` .
22
22
- ` affinity ` has been split into ` csiProvisioner.affinity ` and ` csiNodeDriver.affinity ` .
23
+ - Bump csi-node-driver-registrar to ` v2.15.0 ` ([ #337 ] ).
23
24
24
25
[ #334 ] : https://github.com/stackabletech/listener-operator/pull/334
26
+ [ #337 ] : https://github.com/stackabletech/listener-operator/pull/337
25
27
26
28
## [ 25.7.0] - 2025-07-23
27
29
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ csiNodeDriver:
101
101
nodeDriverRegistrar :
102
102
image :
103
103
repository : oci.stackable.tech/sdp/sig-storage/csi-node-driver-registrar
104
- tag : v2.13 .0
104
+ tag : v2.15 .0
105
105
pullPolicy : IfNotPresent
106
106
resources :
107
107
requests :
You can’t perform that action at this time.
0 commit comments