Skip to content

Commit 0df6557

Browse files
authored
chore: Bump csi-provisioner version for 25.11.0 (#338)
* chore: Bump csi-provisioner version for 25.11.0 * add changelog entry
1 parent 262e90f commit 0df6557

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
@@ -21,9 +21,11 @@ All notable changes to this project will be documented in this file.
2121
- `tolerations` has been split into `csiProvisioner.tolerations` and `csiNodeDriver.tolerations`.
2222
- `affinity` has been split into `csiProvisioner.affinity` and `csiNodeDriver.affinity`.
2323
- Bump csi-node-driver-registrar to `v2.15.0` ([#337]).
24+
- Bump csi-provisioner to `v5.3.0` ([#338]).
2425

2526
[#334]: https://github.com/stackabletech/listener-operator/pull/334
2627
[#337]: https://github.com/stackabletech/listener-operator/pull/337
28+
[#338]: https://github.com/stackabletech/listener-operator/pull/338
2729

2830
## [25.7.0] - 2025-07-23
2931

deploy/helm/listener-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ csiProvisioner:
5050
externalProvisioner:
5151
image:
5252
repository: oci.stackable.tech/sdp/sig-storage/csi-provisioner
53-
tag: v5.2.0
53+
tag: v5.3.0
5454
pullPolicy: IfNotPresent
5555
resources:
5656
requests:

0 commit comments

Comments
 (0)