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 Aug 19, 2024
1 parent af5e8a8 commit 6d1e8fb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 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,21 @@ package constants

var (
KubeadmImages = map[string]map[string]string{
"v1.30.4": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.12-0",
"pause": "3.9",
},
"v1.29.8": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.12-0",
"pause": "3.9",
},
"v1.28.13": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.12-0",
"pause": "3.9",
},
"v1.31.0": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.15-0",
Expand Down

0 comments on commit 6d1e8fb

Please sign in to comment.