File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
test/e2e/testing-manifests/storage-csi Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 21
21
serviceAccountName : csi-gce-pd-controller-sa
22
22
containers :
23
23
- name : csi-snapshotter
24
- image : registry.k8s.io/sig-storage/csi-snapshotter:v8.1 .0
24
+ image : registry.k8s.io/sig-storage/csi-snapshotter:v8.2 .0
25
25
args :
26
26
- " --v=5"
27
27
- " --csi-address=/csi/csi.sock"
73
73
- name : socket-dir
74
74
mountPath : /csi
75
75
- name : csi-attacher
76
- image : registry.k8s.io/sig-storage/csi-attacher:v4.7 .0
76
+ image : registry.k8s.io/sig-storage/csi-attacher:v4.8 .0
77
77
args :
78
78
- " --v=5"
79
79
- " --csi-address=/csi/csi.sock"
@@ -102,7 +102,7 @@ spec:
102
102
- name : socket-dir
103
103
mountPath : /csi
104
104
- name : csi-resizer
105
- image : registry.k8s.io/sig-storage/csi-resizer:v1.12.0
105
+ image : registry.k8s.io/sig-storage/csi-resizer:v1.13.1
106
106
args :
107
107
- " --v=5"
108
108
- " --csi-address=/csi/csi.sock"
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ spec:
276
276
mountPath : /csi
277
277
278
278
- name : node-driver-registrar
279
- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12 .0
279
+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13 .0
280
280
args :
281
281
- --v=5
282
282
- --csi-address=/csi/csi.sock
@@ -304,13 +304,13 @@ spec:
304
304
volumeMounts :
305
305
- mountPath : /csi
306
306
name : socket-dir
307
- image : registry.k8s.io/sig-storage/livenessprobe:v2.14 .0
307
+ image : registry.k8s.io/sig-storage/livenessprobe:v2.15 .0
308
308
args :
309
309
- --csi-address=/csi/csi.sock
310
310
- --health-port=9898
311
311
312
312
- name : csi-attacher
313
- image : registry.k8s.io/sig-storage/csi-attacher:v4.7 .0
313
+ image : registry.k8s.io/sig-storage/csi-attacher:v4.8 .0
314
314
args :
315
315
- --v=5
316
316
- --csi-address=/csi/csi.sock
@@ -340,7 +340,7 @@ spec:
340
340
name : socket-dir
341
341
342
342
- name : csi-resizer
343
- image : registry.k8s.io/sig-storage/csi-resizer:v1.12.0
343
+ image : registry.k8s.io/sig-storage/csi-resizer:v1.13.1
344
344
args :
345
345
- -v=5
346
346
- -csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change 15
15
serviceAccountName : csi-mock
16
16
containers :
17
17
- name : csi-attacher
18
- image : registry.k8s.io/sig-storage/csi-attacher:v4.7 .0
18
+ image : registry.k8s.io/sig-storage/csi-attacher:v4.8 .0
19
19
args :
20
20
- --v=5
21
21
- --csi-address=$(ADDRESS)
Original file line number Diff line number Diff line change 15
15
serviceAccountName : csi-mock
16
16
containers :
17
17
- name : csi-resizer
18
- image : registry.k8s.io/sig-storage/csi-resizer:v1.12.0
18
+ image : registry.k8s.io/sig-storage/csi-resizer:v1.13.1
19
19
args :
20
20
- " --v=5"
21
21
- " --csi-address=$(ADDRESS)"
Original file line number Diff line number Diff line change 15
15
serviceAccountName : csi-mock
16
16
containers :
17
17
- name : csi-snapshotter
18
- image : registry.k8s.io/sig-storage/csi-snapshotter:v8.1 .0
18
+ image : registry.k8s.io/sig-storage/csi-snapshotter:v8.2 .0
19
19
args :
20
20
- " --v=5"
21
21
- " --csi-address=$(ADDRESS)"
Original file line number Diff line number Diff line change 34
34
- mountPath : /csi
35
35
name : socket-dir
36
36
- name : driver-registrar
37
- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12 .0
37
+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13 .0
38
38
args :
39
39
- --v=5
40
40
- --csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change 35
35
- mountPath : /csi
36
36
name : socket-dir
37
37
- name : driver-registrar
38
- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12 .0
38
+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13 .0
39
39
args :
40
40
- --v=5
41
41
- --csi-address=/csi/csi.sock
You can’t perform that action at this time.
0 commit comments