Skip to content

Commit

Permalink
Merge pull request #19078 from minikube-bot/auto_bump_kubeadm_constants
Browse files Browse the repository at this point in the history
Bump kubeadm constants for kubernetes images
  • Loading branch information
spowelljr authored Jun 17, 2024
2 parents cb0c79d + b11ca77 commit 42ee447
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.31.0-alpha.1": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.14-0",
"pause": "3.10",
},
"v1.30.2": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.12-0",
"pause": "3.9",
},
"v1.29.6": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.12-0",
"pause": "3.9",
},
"v1.28.11": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.12-0",
"pause": "3.9",
},
"v1.27.15": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.12-0",
"pause": "3.9",
},
"v1.30.1": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.12-0",
Expand Down

0 comments on commit 42ee447

Please sign in to comment.