From d4363c8db5c0029599be52b3bb471af58363df19 Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Thu, 5 Sep 2024 14:34:09 -0400 Subject: [PATCH] Update hostpath plugin --- .../storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml index ab6a16144d7..ad8ccb1a02a 100644 --- a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml +++ b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml @@ -219,7 +219,7 @@ spec: serviceAccountName: csi-hostpathplugin-sa containers: - name: hostpath - image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.0 + image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0 args: - "--drivername=hostpath.csi.k8s.io" - "--v=5"