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 serviceAccountName: csi-hostpathplugin-sa
containers: containers:
- name: hostpath - name: hostpath
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0 image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
args: args:
- "--drivername=hostpath.csi.k8s.io" - "--drivername=hostpath.csi.k8s.io"
- "--v=5" - "--v=5"

View File

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

View File

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

View File

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

View File

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