update image constants for kubeadm images
parent
347f8ac479
commit
e20685c840
|
@ -18,6 +18,11 @@ package constants
|
|||
|
||||
var (
|
||||
KubeadmImages = map[string]map[string]string{
|
||||
"v1.31.0": {
|
||||
"coredns/coredns": "v1.11.1",
|
||||
"etcd": "3.5.15-0",
|
||||
"pause": "3.10",
|
||||
},
|
||||
"v1.31.0-rc.1": {
|
||||
"coredns/coredns": "v1.11.1",
|
||||
"etcd": "3.5.15-0",
|
||||
|
|
Loading…
Reference in New Issue