File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
test/e2e/testing-manifests/storage-csi Expand file tree Collapse file tree 4 files changed +7
-7
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:v5.0.1
24
+ image : registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
25
25
args :
26
26
- " --v=5"
27
27
- " --csi-address=/csi/csi.sock"
39
39
- name : socket-dir
40
40
mountPath : /csi
41
41
- name : csi-provisioner
42
- image : registry.k8s.io/sig-storage/csi-provisioner:v3.4 .0
42
+ image : registry.k8s.io/sig-storage/csi-provisioner:v5.1 .0
43
43
args :
44
44
- " --v=5"
45
45
- " --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.0 .0
76
+ image : registry.k8s.io/sig-storage/csi-attacher:v4.7 .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.6 .0
105
+ image : registry.k8s.io/sig-storage/csi-resizer:v1.12 .0
106
106
args :
107
107
- " --v=5"
108
108
- " --csi-address=/csi/csi.sock"
Original file line number Diff line number Diff line change 66
66
topologyKey : kubernetes.io/hostname
67
67
containers :
68
68
- name : socat
69
- image : registry.k8s.io/sig-storage/hostpathplugin:v1.14 .0
69
+ image : registry.k8s.io/sig-storage/hostpathplugin:v1.15 .0
70
70
command :
71
71
- socat
72
72
args :
Original file line number Diff line number Diff line change 53
53
- mountPath : /registration
54
54
name : registration-dir
55
55
- name : mock
56
- image : registry.k8s.io/sig-storage/hostpathplugin:v1.14 .0
56
+ image : registry.k8s.io/sig-storage/hostpathplugin:v1.15 .0
57
57
args :
58
58
- " --drivername=mock.storage.k8s.io"
59
59
- " --nodeid=$(KUBE_NODE_NAME)"
Original file line number Diff line number Diff line change 53
53
- mountPath : /registration
54
54
name : registration-dir
55
55
- name : mock
56
- image : registry.k8s.io/sig-storage/hostpathplugin:v1.14 .0
56
+ image : registry.k8s.io/sig-storage/hostpathplugin:v1.15 .0
57
57
args :
58
58
- -v=5
59
59
- -nodeid=$(KUBE_NODE_NAME)
You can’t perform that action at this time.
0 commit comments