mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
Merge pull request #136913 from jsafrane/bump-csi-driver-host-path
Update the csi-driver-host-path version to 1.17.1
This commit is contained in:
commit
89900005ee
4 changed files with 4 additions and 4 deletions
|
|
@ -219,7 +219,7 @@ spec:
|
|||
serviceAccountName: csi-hostpathplugin-sa
|
||||
containers:
|
||||
- name: hostpath
|
||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
|
||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.17.1
|
||||
args:
|
||||
- "--drivername=hostpath.csi.k8s.io"
|
||||
- "--v=5"
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ spec:
|
|||
serviceAccountName: csi-hostpathplugin-sa
|
||||
containers:
|
||||
- name: hostpath
|
||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.17.0
|
||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.17.1
|
||||
args:
|
||||
- "--drivername=hostpath.csi.k8s.io"
|
||||
- "--v=5"
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ spec:
|
|||
- mountPath: /registration
|
||||
name: registration-dir
|
||||
- name: mock
|
||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.17.0
|
||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.17.1
|
||||
args:
|
||||
- "--drivername=mock.storage.k8s.io"
|
||||
- "--nodeid=$(KUBE_NODE_NAME)"
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ spec:
|
|||
- mountPath: /registration
|
||||
name: registration-dir
|
||||
- name: mock
|
||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.17.0
|
||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.17.1
|
||||
args:
|
||||
- -v=5
|
||||
- -nodeid=$(KUBE_NODE_NAME)
|
||||
|
|
|
|||
Loading…
Reference in a new issue