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:
Kubernetes Prow Robot
2026-02-12 09:32:01 +05:30
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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)"

View File

@@ -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)