Merge pull request #18188 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes imagespull/18189/head
commit
b8561da8a4
|
@ -18,6 +18,31 @@ package constants
|
|||
|
||||
var (
|
||||
KubeadmImages = map[string]map[string]string{
|
||||
"v1.29.2": {
|
||||
"coredns/coredns": "v1.11.1",
|
||||
"etcd": "3.5.10-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.28.7": {
|
||||
"coredns/coredns": "v1.10.1",
|
||||
"etcd": "3.5.10-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.27.11": {
|
||||
"coredns/coredns": "v1.10.1",
|
||||
"etcd": "3.5.10-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.26.14": {
|
||||
"coredns/coredns": "v1.9.3",
|
||||
"etcd": "3.5.10-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.30.0-alpha.2": {
|
||||
"coredns/coredns": "v1.11.1",
|
||||
"etcd": "3.5.12-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.30.0-alpha.1": {
|
||||
"coredns/coredns": "v1.11.1",
|
||||
"etcd": "3.5.11-0",
|
||||
|
|
Loading…
Reference in New Issue