File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
deploy/helm/secret-operator Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
15
15
### Added
16
16
17
17
- The associated configuration is now logged for each issued secret ([ #413 ] ).
18
+ - Chore: Upgrade csi-provisioner to 5.0.1 and csi-node-driver-registrar to 2.11.1 ([ #455 ] )
18
19
19
20
### Changed
20
21
@@ -38,6 +39,7 @@ All notable changes to this project will be documented in this file.
38
39
[ #403 ] : https://github.com/stackabletech/secret-operator/pull/403
39
40
[ #413 ] : https://github.com/stackabletech/secret-operator/pull/413
40
41
[ #440 ] : https://github.com/stackabletech/secret-operator/pull/440
42
+ [ #455 ] : https://github.com/stackabletech/secret-operator/pull/455
41
43
[ #467 ] : https://github.com/stackabletech/secret-operator/pull/467
42
44
[ #468 ] : https://github.com/stackabletech/secret-operator/pull/468
43
45
[ #470 ] : https://github.com/stackabletech/secret-operator/pull/470
Original file line number Diff line number Diff line change 26
26
- get
27
27
- list
28
28
- watch
29
+ - patch
29
30
- create
30
31
- delete
31
32
- apiGroups :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ secretMigrationJob:
20
20
csiProvisioner :
21
21
image :
22
22
repository : docker.stackable.tech/k8s/sig-storage/csi-provisioner
23
- tag : v4 .0.1
23
+ tag : v5 .0.1
24
24
pullPolicy : IfNotPresent
25
25
resources :
26
26
requests :
@@ -32,7 +32,7 @@ csiProvisioner:
32
32
csiNodeDriverRegistrar :
33
33
image :
34
34
repository : docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar
35
- tag : v2.10 .1
35
+ tag : v2.11 .1
36
36
pullPolicy : IfNotPresent
37
37
resources :
38
38
requests :
You can’t perform that action at this time.
0 commit comments