Merge pull request #69154 from pohly/csi-0.4.0

CSI sidecar containers 0.4.0
This commit is contained in:
k8s-ci-robot 2018-10-02 01:11:51 -07:00 committed by GitHub
commit a9823bc314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {