From f416871e57f3c652aab17fc4c123a80b5674ccc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Pab=C3=B3n?= Date: Wed, 25 Apr 2018 12:16:25 -0400 Subject: [PATCH] Update provisioner to v0.2.1 container Update the csi-provisioner to [v0.2.1](https://github.com/kubernetes-csi/external-provisioner/releases/tag/v0.2.1) --- test/e2e/storage/csi_objects.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/csi_objects.go b/test/e2e/storage/csi_objects.go index eba393cbc25..d888abdbb5c 100644 --- a/test/e2e/storage/csi_objects.go +++ b/test/e2e/storage/csi_objects.go @@ -40,7 +40,7 @@ import ( const ( csiHostPathPluginImage string = "quay.io/k8scsi/hostpathplugin:v0.2.0" csiExternalAttacherImage string = "quay.io/k8scsi/csi-attacher:v0.2.0" - csiExternalProvisionerImage string = "quay.io/k8scsi/csi-provisioner:v0.2.0" + csiExternalProvisionerImage string = "quay.io/k8scsi/csi-provisioner:v0.2.1" csiDriverRegistrarImage string = "quay.io/k8scsi/driver-registrar:v0.2.0" )