From 11f14de6e2c01d9b81645199f64fd078bf9ef91b Mon Sep 17 00:00:00 2001 From: j-griffith Date: Mon, 12 Aug 2019 13:02:16 -0600 Subject: [PATCH] Update CSI hostpathplugin to include cloning fix Update to hostpathplugin:v1.2.0-rc4 to include storageClass comparison fix. --- .../storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml index ec8358b6b04..7c2f9a2dc2a 100644 --- a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml +++ b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml @@ -33,7 +33,7 @@ spec: - mountPath: /registration name: registration-dir - name: hostpath - image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc3 + image: quay.io/k8scsi/hostpathplugin:v1.2.0-rc4 args: - "--v=5" - "--endpoint=$(CSI_ENDPOINT)"