Skip to content

Commit ec85bbf

Browse files
authored
chore: Bump csi-provisioner to 5.2.0 (#594)
* chore: Bump csi-provisioner to 5.2.0 Note: Image mirrored by https://github.com/stackabletech/docker-images/actions/runs/14833003316 * chore: Update changelog
1 parent f2db389 commit ec85bbf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ All notable changes to this project will be documented in this file.
3232
- The file log directory was set by `STKBL_SECRET_OLM_DEPLOYER_LOG_DIRECTORY`, and is now set
3333
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
3434
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
35+
- Upgrade csi-provisioner to 5.2.0 ([#594]).
3536

3637
### Fixed
3738

@@ -42,6 +43,7 @@ All notable changes to this project will be documented in this file.
4243
[#586]: https://github.com/stackabletech/secret-operator/pull/586
4344
[#587]: https://github.com/stackabletech/secret-operator/pull/587
4445
[#591]: https://github.com/stackabletech/secret-operator/pull/591
46+
[#594]: https://github.com/stackabletech/secret-operator/pull/594
4547

4648
## [25.3.0] - 2025-03-21
4749

deploy/helm/secret-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
csiProvisioner:
99
image:
1010
repository: oci.stackable.tech/sdp/sig-storage/csi-provisioner
11-
tag: v5.1.0
11+
tag: v5.2.0
1212
pullPolicy: IfNotPresent
1313
resources:
1414
requests:

0 commit comments

Comments
 (0)