diff --git a/CHANGELOG.md b/CHANGELOG.md index d834b3bc..32c47e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,10 +20,12 @@ All notable changes to this project will be documented in this file. - `csiNodeDriverRegistrar` values have been moved to `nodeDriverRegistrar`. - `node.driver` values have been moved to `secretOperator`. - `securityContext` values have been moved to `secretOperator.securityContext`. +- Bump csi-node-driver-registrar to `v2.15.0` ([#642]). [#597]: https://github.com/stackabletech/secret-operator/pull/597 [#636]: https://github.com/stackabletech/secret-operator/pull/636 [#641]: https://github.com/stackabletech/secret-operator/pull/641 +[#642]: https://github.com/stackabletech/secret-operator/pull/642 ## [25.7.0] - 2025-07-23 diff --git a/deploy/helm/secret-operator/values.yaml b/deploy/helm/secret-operator/values.yaml index 3d8c6dc5..3ce9e034 100644 --- a/deploy/helm/secret-operator/values.yaml +++ b/deploy/helm/secret-operator/values.yaml @@ -18,7 +18,7 @@ externalProvisioner: nodeDriverRegistrar: image: repository: oci.stackable.tech/sdp/sig-storage/csi-node-driver-registrar - tag: v2.13.0 + tag: v2.15.0 pullPolicy: IfNotPresent resources: requests: