From 39d28d1af4c5da93f3b2047cd693efc96588c2bc Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 27 Sep 2018 14:05:27 +0200 Subject: [PATCH] E2E CSI: bump versions of sidecar containers to 0.4.0 The 0.4.0 versions are what is getting released together with and for Kubernetes 1.12. --- test/e2e/storage/csi_objects.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/e2e/storage/csi_objects.go b/test/e2e/storage/csi_objects.go index 2a7a98ae1d9..61f401f21ae 100644 --- a/test/e2e/storage/csi_objects.go +++ b/test/e2e/storage/csi_objects.go @@ -47,10 +47,10 @@ import ( ) var csiImageVersions = map[string]string{ - "hostpathplugin": "canary", // TODO (verult) update tag once new hostpathplugin release is cut - "csi-attacher": "v0.2.0", - "csi-provisioner": "v0.2.1", - "driver-registrar": "v0.3.0", + "hostpathplugin": "v0.4.0", + "csi-attacher": "v0.4.0", + "csi-provisioner": "v0.4.0", + "driver-registrar": "v0.4.0", } func csiContainerImage(image string) string {