update image constants for kubeadm images

pull/21876/head
minikube-bot 2025-11-10 06:01:28 +00:00
parent ad86e07424
commit 32b27a1bbf
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ package constants
var ( var (
KubeadmImages = map[string]map[string]string{ KubeadmImages = map[string]map[string]string{
"v1.35.0-alpha.3": {
"coredns/coredns": "v1.12.3",
"etcd": "3.6.5-0",
"pause": "3.10.1",
},
"v1.35.0-alpha.2": { "v1.35.0-alpha.2": {
"coredns/coredns": "v1.12.3", "coredns/coredns": "v1.12.3",
"etcd": "3.6.5-0", "etcd": "3.6.5-0",