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.
This commit is contained in:
Patrick Ohly 2018-09-27 14:05:27 +02:00
parent 860d3cb32c
commit 39d28d1af4

View File

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