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:
parent
860d3cb32c
commit
39d28d1af4
@ -47,10 +47,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var csiImageVersions = map[string]string{
|
var csiImageVersions = map[string]string{
|
||||||
"hostpathplugin": "canary", // TODO (verult) update tag once new hostpathplugin release is cut
|
"hostpathplugin": "v0.4.0",
|
||||||
"csi-attacher": "v0.2.0",
|
"csi-attacher": "v0.4.0",
|
||||||
"csi-provisioner": "v0.2.1",
|
"csi-provisioner": "v0.4.0",
|
||||||
"driver-registrar": "v0.3.0",
|
"driver-registrar": "v0.4.0",
|
||||||
}
|
}
|
||||||
|
|
||||||
func csiContainerImage(image string) string {
|
func csiContainerImage(image string) string {
|
||||||
|
Loading…
Reference in New Issue
Block a user