Skip to content

Commit

Permalink
Updating csi-provisioner and csi-node-driver (#455)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Maleware and lfrancke authored Aug 5, 2024
1 parent 6b8ae02 commit 71ec505
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
### Added

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

### Changed

Expand All @@ -38,6 +39,7 @@ All notable changes to this project will be documented in this file.
[#403]: https://github.com/stackabletech/secret-operator/pull/403
[#413]: https://github.com/stackabletech/secret-operator/pull/413
[#440]: https://github.com/stackabletech/secret-operator/pull/440
[#455]: https://github.com/stackabletech/secret-operator/pull/455
[#467]: https://github.com/stackabletech/secret-operator/pull/467
[#468]: https://github.com/stackabletech/secret-operator/pull/468
[#470]: https://github.com/stackabletech/secret-operator/pull/470
Expand Down
1 change: 1 addition & 0 deletions deploy/helm/secret-operator/templates/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rules:
- get
- list
- watch
- patch
- create
- delete
- apiGroups:
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/secret-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ secretMigrationJob:
csiProvisioner:
image:
repository: docker.stackable.tech/k8s/sig-storage/csi-provisioner
tag: v4.0.1
tag: v5.0.1
pullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -32,7 +32,7 @@ csiProvisioner:
csiNodeDriverRegistrar:
image:
repository: docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar
tag: v2.10.1
tag: v2.11.1
pullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit 71ec505

Please sign in to comment.