Update hostpathplugin image to v1.16.1

Signed-off-by: torredil <torredil@amazon.com>
This commit is contained in:
torredil 2025-03-14 17:00:56 +00:00
parent 611abd3bcd
commit ef40e670bf
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View File

@ -219,7 +219,7 @@ spec:
serviceAccountName: csi-hostpathplugin-sa
containers:
- name: hostpath
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
args:
- "--drivername=hostpath.csi.k8s.io"
- "--v=5"

View File

@ -219,7 +219,7 @@ spec:
serviceAccountName: csi-hostpathplugin-sa
containers:
- name: hostpath
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
args:
- "--drivername=hostpath.csi.k8s.io"
- "--v=5"

View File

@ -66,7 +66,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: socat
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
command:
- socat
args:

View File

@ -53,7 +53,7 @@ spec:
- mountPath: /registration
name: registration-dir
- name: mock
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
args:
- "--drivername=mock.storage.k8s.io"
- "--nodeid=$(KUBE_NODE_NAME)"

View File

@ -53,7 +53,7 @@ spec:
- mountPath: /registration
name: registration-dir
- name: mock
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
args:
- -v=5
- -nodeid=$(KUBE_NODE_NAME)