Skip to content

Commit 71ec505

Browse files
Malewarelfrancke
andauthored
Updating csi-provisioner and csi-node-driver (#455)
* Updating path to csi-provisioner and csi-node-driver in Helmchart * Update Changelog * Revert path change * Update changelog * Updating rbac rules according to csi-provisioner v5.x.x --------- Co-authored-by: Lars Francke <git@lars-francke.de>
1 parent 6b8ae02 commit 71ec505

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
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
1515
### Added
1616

1717
- The associated configuration is now logged for each issued secret ([#413]).
18+
- Chore: Upgrade csi-provisioner to 5.0.1 and csi-node-driver-registrar to 2.11.1 ([#455])
1819

1920
### Changed
2021

@@ -38,6 +39,7 @@ All notable changes to this project will be documented in this file.
3839
[#403]: https://github.com/stackabletech/secret-operator/pull/403
3940
[#413]: https://github.com/stackabletech/secret-operator/pull/413
4041
[#440]: https://github.com/stackabletech/secret-operator/pull/440
42+
[#455]: https://github.com/stackabletech/secret-operator/pull/455
4143
[#467]: https://github.com/stackabletech/secret-operator/pull/467
4244
[#468]: https://github.com/stackabletech/secret-operator/pull/468
4345
[#470]: https://github.com/stackabletech/secret-operator/pull/470

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ rules:
2626
- get
2727
- list
2828
- watch
29+
- patch
2930
- create
3031
- delete
3132
- apiGroups:

deploy/helm/secret-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ secretMigrationJob:
2020
csiProvisioner:
2121
image:
2222
repository: docker.stackable.tech/k8s/sig-storage/csi-provisioner
23-
tag: v4.0.1
23+
tag: v5.0.1
2424
pullPolicy: IfNotPresent
2525
resources:
2626
requests:
@@ -32,7 +32,7 @@ csiProvisioner:
3232
csiNodeDriverRegistrar:
3333
image:
3434
repository: docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar
35-
tag: v2.10.1
35+
tag: v2.11.1
3636
pullPolicy: IfNotPresent
3737
resources:
3838
requests:

0 commit comments

Comments
 (0)