Skip to content

Commit

Permalink
update image constants for kubeadm images
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot committed Dec 9, 2024
1 parent 3b895bd commit 356fdfe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/minikube/constants/constants_kubeadm_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ package constants

var (
KubeadmImages = map[string]map[string]string{
"v1.32.0-rc.2": {
"coredns/coredns": "v1.11.3",
"etcd": "3.5.16-0",
"pause": "3.10",
},
"v1.32.0-rc.1": {
"coredns/coredns": "v1.11.3",
"etcd": "3.5.16-0",
"pause": "3.10",
},
"v1.32.0-rc.0": {
"coredns/coredns": "v1.11.3",
"etcd": "3.5.16-0",
Expand Down

0 comments on commit 356fdfe

Please sign in to comment.