mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #69154 from pohly/csi-0.4.0
CSI sidecar containers 0.4.0
This commit is contained in:
commit
a9823bc314
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user