Merge pull request #17628 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes imagespull/17639/head
commit
74dad0569c
|
@ -18,6 +18,26 @@ package constants
|
|||
|
||||
var (
|
||||
KubeadmImages = map[string]map[string]string{
|
||||
"v1.28.4": {
|
||||
"coredns/coredns": "v1.10.1",
|
||||
"etcd": "3.5.9-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.27.8": {
|
||||
"coredns/coredns": "v1.10.1",
|
||||
"etcd": "3.5.9-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.26.11": {
|
||||
"coredns/coredns": "v1.9.3",
|
||||
"etcd": "3.5.9-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.25.16": {
|
||||
"coredns/coredns": "v1.9.3",
|
||||
"etcd": "3.5.9-0",
|
||||
"pause": "3.8",
|
||||
},
|
||||
"v1.29.0-alpha.3": {
|
||||
"coredns/coredns": "v1.11.1",
|
||||
"etcd": "3.5.10-0",
|
||||
|
|
Loading…
Reference in New Issue