update image constants for kubeadm images

pull/19406/head
minikube-bot 2024-08-12 06:01:22 +00:00
parent 8e81f8de25
commit f0d4ae6a2b
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.31.0-rc.1": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.15-0",
"pause": "3.10",
},
"v1.31.0-rc.0": { "v1.31.0-rc.0": {
"coredns/coredns": "v1.11.1", "coredns/coredns": "v1.11.1",
"etcd": "3.5.15-0", "etcd": "3.5.15-0",