update image constants for kubeadm images

pull/18091/head
minikube-bot 2024-02-05 06:01:25 +00:00
parent 37eeaddf7a
commit 0068154aaa
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.30.0-alpha.1": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.11-0",
"pause": "3.9",
},
"v1.29.1": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.10-0",