Merge pull request #15942 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes imagespull/15943/head
commit
f96ce649d9
|
@ -18,6 +18,26 @@ package constants
|
|||
|
||||
var (
|
||||
KubeadmImages = map[string]map[string]string{
|
||||
"v1.26.2": {
|
||||
"coredns/coredns": "v1.9.3",
|
||||
"etcd": "3.5.6-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.25.7": {
|
||||
"coredns/coredns": "v1.9.3",
|
||||
"etcd": "3.5.6-0",
|
||||
"pause": "3.8",
|
||||
},
|
||||
"v1.24.11": {
|
||||
"coredns/coredns": "v1.8.6",
|
||||
"etcd": "3.5.6-0",
|
||||
"pause": "3.7",
|
||||
},
|
||||
"v1.23.17": {
|
||||
"coredns/coredns": "v1.8.6",
|
||||
"etcd": "3.5.6-0",
|
||||
"pause": "3.6",
|
||||
},
|
||||
"v1.27.0-alpha.2": {
|
||||
"coredns/coredns": "v1.10.0",
|
||||
"etcd": "3.5.7-0",
|
||||
|
|
Loading…
Reference in New Issue