Skip to content

Commit

Permalink
Merge pull request kubernetes#20093 from minikube-bot/auto_bump_kubea…
Browse files Browse the repository at this point in the history
…dm_constants

Bump kubeadm constants for kubernetes images
  • Loading branch information
spowelljr authored Dec 12, 2024
2 parents 6ab1d42 + f559cdf commit a8193d0
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.32.0": {
"coredns/coredns": "v1.11.3",
"etcd": "3.5.16-0",
"pause": "3.10",
},
"v1.31.4": {
"coredns/coredns": "v1.11.3",
"etcd": "3.5.15-0",
"pause": "3.10",
},
"v1.30.8": {
"coredns/coredns": "v1.11.3",
"etcd": "3.5.15-0",
"pause": "3.9",
},
"v1.29.12": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.16-0",
"pause": "3.9",
},
"v1.32.0-rc.2": {
"coredns/coredns": "v1.11.3",
"etcd": "3.5.16-0",
Expand Down

0 comments on commit a8193d0

Please sign in to comment.