update image constants for kubeadm images

pull/21809/head
minikube-bot 2025-10-27 06:01:38 +00:00
parent 5ca02f9f57
commit 58ebac579f
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.35.0-alpha.2": {
"coredns/coredns": "v1.12.3",
"etcd": "3.6.5-0",
"pause": "3.10.1",
},
"v1.35.0-alpha.1": {
"coredns/coredns": "v1.12.3",
"etcd": "3.6.5-0",