Skip to content

Commit 87abc15

Browse files
authored
Merge branch 'main' into fix/olm-deployer
2 parents b423377 + aa59ecd commit 87abc15

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ All notable changes to this project will be documented in this file.
2020
- `csiNodeDriverRegistrar` values have been moved to `nodeDriverRegistrar`.
2121
- `node.driver` values have been moved to `secretOperator`.
2222
- `securityContext` values have been moved to `secretOperator.securityContext`.
23+
- Bump csi-node-driver-registrar to `v2.15.0` ([#642]).
24+
- Bump csi-provisioner to `v5.3.0` ([#643]).
2325

2426
[#597]: https://github.com/stackabletech/secret-operator/pull/597
2527
[#636]: https://github.com/stackabletech/secret-operator/pull/636
2628
[#641]: https://github.com/stackabletech/secret-operator/pull/641
29+
[#642]: https://github.com/stackabletech/secret-operator/pull/642
30+
[#643]: https://github.com/stackabletech/secret-operator/pull/643
2731

2832
## [25.7.0] - 2025-07-23
2933

deploy/helm/secret-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image:
66
externalProvisioner:
77
image:
88
repository: oci.stackable.tech/sdp/sig-storage/csi-provisioner
9-
tag: v5.2.0
9+
tag: v5.3.0
1010
pullPolicy: IfNotPresent
1111
resources:
1212
requests:
@@ -18,7 +18,7 @@ externalProvisioner:
1818
nodeDriverRegistrar:
1919
image:
2020
repository: oci.stackable.tech/sdp/sig-storage/csi-node-driver-registrar
21-
tag: v2.13.0
21+
tag: v2.15.0
2222
pullPolicy: IfNotPresent
2323
resources:
2424
requests:

0 commit comments

Comments
 (0)