update image constants for kubeadm images
parent
31cfe0c633
commit
d67f79a2ec
|
@ -18,6 +18,26 @@ package constants
|
|||
|
||||
var (
|
||||
KubeadmImages = map[string]map[string]string{
|
||||
"v1.30.1": {
|
||||
"coredns/coredns": "v1.11.1",
|
||||
"etcd": "3.5.12-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.29.5": {
|
||||
"coredns/coredns": "v1.11.1",
|
||||
"etcd": "3.5.12-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.28.10": {
|
||||
"coredns/coredns": "v1.10.1",
|
||||
"etcd": "3.5.12-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.27.14": {
|
||||
"coredns/coredns": "v1.10.1",
|
||||
"etcd": "3.5.12-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.30.0": {
|
||||
"coredns/coredns": "v1.11.1",
|
||||
"etcd": "3.5.12-0",
|
||||
|
|
Loading…
Reference in New Issue