update image constants for kubeadm images

pull/16287/head
minikube-bot 2023-04-11 20:20:44 +00:00
parent caac393c17
commit 1c709e8d54
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ package constants
var (
KubeadmImages = map[string]map[string]string{
"v1.27.0": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.7-0",
"pause": "3.9",
},
"v1.27.0-rc.1": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.7-0",