Skip to content

Commit 55573a0

Browse files
authored
Merge pull request kubernetes#130823 from torredil/update-storage-csi-test-manifests
Update hostpathplugin image to v1.16.1
2 parents b658aa1 + ef40e67 commit 55573a0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/e2e/testing-manifests/storage-csi/external-snapshotter/volume-group-snapshots/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ spec:
219219
serviceAccountName: csi-hostpathplugin-sa
220220
containers:
221221
- name: hostpath
222-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
222+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
223223
args:
224224
- "--drivername=hostpath.csi.k8s.io"
225225
- "--v=5"

test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ spec:
219219
serviceAccountName: csi-hostpathplugin-sa
220220
containers:
221221
- name: hostpath
222-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
222+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
223223
args:
224224
- "--drivername=hostpath.csi.k8s.io"
225225
- "--v=5"

test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
topologyKey: kubernetes.io/hostname
6767
containers:
6868
- name: socat
69-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
69+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
7070
command:
7171
- socat
7272
args:

test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
- mountPath: /registration
5454
name: registration-dir
5555
- name: mock
56-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
56+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
5757
args:
5858
- "--drivername=mock.storage.k8s.io"
5959
- "--nodeid=$(KUBE_NODE_NAME)"

test/e2e/testing-manifests/storage-csi/mock/csi-mock-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
- mountPath: /registration
5454
name: registration-dir
5555
- name: mock
56-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
56+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
5757
args:
5858
- -v=5
5959
- -nodeid=$(KUBE_NODE_NAME)

0 commit comments

Comments
 (0)