From ce49e3103af97f2325175c90c1791976a0537a91 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 29 Sep 2025 15:49:56 +0200 Subject: [PATCH 1/2] chore: Bump csi-node-driver-registrar version for 25.11.0 --- deploy/helm/secret-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 6e142bc5e005cbac216a4b4015c3cf20778c9d3c Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 29 Sep 2025 15:54:41 +0200 Subject: [PATCH 2/2] add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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