File tree 2 files changed +3
-1
lines changed
deploy/helm/secret-operator
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ All notable changes to this project will be documented in this file.
32
32
- The file log directory was set by ` STKBL_SECRET_OLM_DEPLOYER_LOG_DIRECTORY ` , and is now set
33
33
by ` FILE_LOG_DIRECTORY ` (or via ` --file-log-directory <DIRECTORY> ` ).
34
34
- Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
35
+ - Upgrade csi-provisioner to 5.2.0 ([ #594 ] ).
35
36
36
37
### Fixed
37
38
@@ -42,6 +43,7 @@ All notable changes to this project will be documented in this file.
42
43
[ #586 ] : https://github.com/stackabletech/secret-operator/pull/586
43
44
[ #587 ] : https://github.com/stackabletech/secret-operator/pull/587
44
45
[ #591 ] : https://github.com/stackabletech/secret-operator/pull/591
46
+ [ #594 ] : https://github.com/stackabletech/secret-operator/pull/594
45
47
46
48
## [ 25.3.0] - 2025-03-21
47
49
Original file line number Diff line number Diff line change 8
8
csiProvisioner :
9
9
image :
10
10
repository : oci.stackable.tech/sdp/sig-storage/csi-provisioner
11
- tag : v5.1 .0
11
+ tag : v5.2 .0
12
12
pullPolicy : IfNotPresent
13
13
resources :
14
14
requests :
You can’t perform that action at this time.
0 commit comments