Skip to content

Commit

Permalink
Merge pull request #18011 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 Jan 22, 2024
2 parents 5aacddb + e154d50 commit d8eb28e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 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,26 @@ package constants

var (
KubeadmImages = map[string]map[string]string{
"v1.29.1": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.10-0",
"pause": "3.9",
},
"v1.28.6": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.10-0",
"pause": "3.9",
},
"v1.27.10": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.10-0",
"pause": "3.9",
},
"v1.26.13": {
"coredns/coredns": "v1.9.3",
"etcd": "3.5.10-0",
"pause": "3.9",
},
"v1.28.5": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.9-0",
Expand Down

0 comments on commit d8eb28e

Please sign in to comment.