update image constants for kubeadm images

pull/19434/head
minikube-bot 2024-08-13 17:24:09 +00:00
parent 347f8ac479
commit e20685c840
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.31.0": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.15-0",
"pause": "3.10",
},
"v1.31.0-rc.1": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.15-0",