File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file.
1111
1212### Changed
1313
14+ - Split operator deployment into Deployment and DaemonSet ([ #645 ] ).
15+ - Introduce two different modes: ` csi-server ` and ` controller ` .
16+ - The CSI server is deployed via a DaemonSet to be available on every node.
17+ - The controller is deployed via a Deployment with a single replica.
1418- Version CRD structs and enums as v1alpha1 ([ #636 ] ).
1519- BREAKING: Rearrange values to be somewhat consistent with the listener-operator value changes ([ #641 ] ).
1620 - ` image.repository ` has been moved to ` secretOperator.image.repository ` .
@@ -28,6 +32,7 @@ All notable changes to this project will be documented in this file.
2832[ #641 ] : https://github.com/stackabletech/secret-operator/pull/641
2933[ #642 ] : https://github.com/stackabletech/secret-operator/pull/642
3034[ #643 ] : https://github.com/stackabletech/secret-operator/pull/643
35+ [ #645 ] : https://github.com/stackabletech/secret-operator/pull/645
3136
3237## [ 25.7.0] - 2025-07-23
3338
You can’t perform that action at this time.
0 commit comments