diff --git a/CHANGELOG.md b/CHANGELOG.md index a11d9b0..e77f109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,9 +25,11 @@ All notable changes to this project will be documented in this file. - The file log directory was set by `STKBL_LISTENER_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 ([#304]). [#291]: https://github.com/stackabletech/listener-operator/pull/291 [#299]: https://github.com/stackabletech/listener-operator/pull/299 +[#304]: https://github.com/stackabletech/listener-operator/pull/304 ## [25.3.0] - 2025-03-21 diff --git a/deploy/helm/listener-operator/values.yaml b/deploy/helm/listener-operator/values.yaml index 5e80f4c..626c213 100644 --- a/deploy/helm/listener-operator/values.yaml +++ b/deploy/helm/listener-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: