diff --git a/CHANGELOG.md b/CHANGELOG.md index 3899e69c..26a0c575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ All notable changes to this project will be documented in this file. - The file log directory was set by `STKBL_SECRET_OLM_DEPLOYER_LOG_DIRECTORY`, and is now set by `FILE_LOG_DIRECTORY` (or via `--file-log-directory `). - Replace stackable-operator `print_startup_string` with `tracing::info!` with fields. +- Upgrade csi-provisioner to 5.2.0 ([#594]). ### Fixed @@ -42,6 +43,7 @@ All notable changes to this project will be documented in this file. [#586]: https://github.com/stackabletech/secret-operator/pull/586 [#587]: https://github.com/stackabletech/secret-operator/pull/587 [#591]: https://github.com/stackabletech/secret-operator/pull/591 +[#594]: https://github.com/stackabletech/secret-operator/pull/594 ## [25.3.0] - 2025-03-21 diff --git a/deploy/helm/secret-operator/values.yaml b/deploy/helm/secret-operator/values.yaml index 5318679a..c920d3bb 100644 --- a/deploy/helm/secret-operator/values.yaml +++ b/deploy/helm/secret-operator/values.yaml @@ -8,7 +8,7 @@ image: csiProvisioner: image: repository: oci.stackable.tech/sdp/sig-storage/csi-provisioner - tag: v5.1.0 + tag: v5.2.0 pullPolicy: IfNotPresent resources: requests: