Merge pull request #16083 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes imagespull/16084/head
commit
c4cb107f1d
|
@ -18,6 +18,26 @@ package constants
|
|||
|
||||
var (
|
||||
KubeadmImages = map[string]map[string]string{
|
||||
"v1.27.0-beta.0": {
|
||||
"coredns/coredns": "v1.10.1",
|
||||
"etcd": "3.5.7-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.26.3": {
|
||||
"coredns/coredns": "v1.9.3",
|
||||
"etcd": "3.5.6-0",
|
||||
"pause": "3.9",
|
||||
},
|
||||
"v1.25.8": {
|
||||
"coredns/coredns": "v1.9.3",
|
||||
"etcd": "3.5.6-0",
|
||||
"pause": "3.8",
|
||||
},
|
||||
"v1.24.12": {
|
||||
"coredns/coredns": "v1.8.6",
|
||||
"etcd": "3.5.6-0",
|
||||
"pause": "3.7",
|
||||
},
|
||||
"v1.27.0-alpha.3": {
|
||||
"coredns/coredns": "v1.10.0",
|
||||
"etcd": "3.5.7-0",
|
||||
|
|
Loading…
Reference in New Issue