update image constants for kubeadm images
parent
b42a869a2a
commit
e154d503b8
|
@ -18,6 +18,26 @@ package constants
|
|||
|
||||
var (
|
||||
KubeadmImages = map[string]map[string]string{
|
||||
"v1.29.1": {
|
||||
"coredns/coredns": "v1.11.1",
|
||||
"etcd": "3.5.10-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.28.6": {
|
||||
"coredns/coredns": "v1.10.1",
|
||||
"etcd": "3.5.10-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.27.10": {
|
||||
"coredns/coredns": "v1.10.1",
|
||||
"etcd": "3.5.10-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.26.13": {
|
||||
"coredns/coredns": "v1.9.3",
|
||||
"etcd": "3.5.10-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.28.5": {
|
||||
"coredns/coredns": "v1.10.1",
|
||||
"etcd": "3.5.9-0",
|
||||
|
|
Loading…
Reference in New Issue