Skip to content

Commit 6bd019c

Browse files
Malewarelfrancke
andauthored
Updating csi-provisioner and csi-node-driver (#203)
* Updating path to csi-provisioner and csi-node-driver in Helmchart * Update Changelog * Update changelog and revert path changes * Updating rbac rules according to csi-provisioner v5.x.x --------- Co-authored-by: Lars Francke <[email protected]>
1 parent e9d0be6 commit 6bd019c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
99
### Added
1010

1111
- Propagate `external_traffic_policy` from ListenerClass to created Services ([#196]).
12+
- Chore: Upgrade csi-provisioner to 5.0.1 and csi-node-driver-registrar to 2.11.1 ([#203])
1213

1314
### Changed
1415

@@ -30,6 +31,7 @@ All notable changes to this project will be documented in this file.
3031
[#174]: https://github.com/stackabletech/listener-operator/pull/174
3132
[#194]: https://github.com/stackabletech/listener-operator/pull/194
3233
[#196]: https://github.com/stackabletech/listener-operator/pull/196
34+
[#203]: https://github.com/stackabletech/listener-operator/pull/203
3335
[#208]: https://github.com/stackabletech/listener-operator/pull/208
3436

3537
## [24.3.0] - 2024-03-20

deploy/helm/listener-operator/templates/roles.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ rules:
6969
- get
7070
- list
7171
- watch
72+
- patch
7273
- create
7374
- delete
7475
- apiGroups:

deploy/helm/listener-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
csiProvisioner:
99
image:
1010
repository: docker.stackable.tech/k8s/sig-storage/csi-provisioner
11-
tag: v4.0.1
11+
tag: v5.0.1
1212
pullPolicy: IfNotPresent
1313
resources:
1414
requests:
@@ -20,7 +20,7 @@ csiProvisioner:
2020
csiNodeDriverRegistrar:
2121
image:
2222
repository: docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar
23-
tag: v2.10.1
23+
tag: v2.11.1
2424
pullPolicy: IfNotPresent
2525
resources:
2626
requests:

0 commit comments

Comments
 (0)