File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
test/e2e/testing-manifests/storage-csi
external-snapshotter/volume-group-snapshots Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ spec:
219
219
serviceAccountName : csi-hostpathplugin-sa
220
220
containers :
221
221
- name : hostpath
222
- image : registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
222
+ image : registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
223
223
args :
224
224
- " --drivername=hostpath.csi.k8s.io"
225
225
- " --v=5"
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ spec:
219
219
serviceAccountName : csi-hostpathplugin-sa
220
220
containers :
221
221
- name : hostpath
222
- image : registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
222
+ image : registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
223
223
args :
224
224
- " --drivername=hostpath.csi.k8s.io"
225
225
- " --v=5"
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.15.0
69
+ image : registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
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.15.0
56
+ image : registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
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.15.0
56
+ image : registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
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