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 Jul 24, 2023
1 parent 37bf89b commit fa62e16
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 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,31 @@ package constants

var (
KubeadmImages = map[string]map[string]string{
"v1.28.0-beta.0": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.9-0",
"pause": "3.9",
},
"v1.27.4": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.7-0",
"pause": "3.9",
},
"v1.26.7": {
"coredns/coredns": "v1.9.3",
"etcd": "3.5.6-0",
"pause": "3.9",
},
"v1.25.12": {
"coredns/coredns": "v1.9.3",
"etcd": "3.5.6-0",
"pause": "3.8",
},
"v1.24.16": {
"coredns/coredns": "v1.8.6",
"etcd": "3.5.6-0",
"pause": "3.7",
},
"v1.28.0-alpha.4": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.9-0",
Expand Down

0 comments on commit fa62e16

Please sign in to comment.