Skip to content

Commit

Permalink
Merge pull request kubernetes#15014 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
medyagh authored Sep 26, 2022
2 parents 8581374 + c737e90 commit c8730ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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,11 @@ package constants

var (
KubeadmImages = map[string]map[string]string{
"v1.26": {
"coredns/coredns": "v1.9.3",
"etcd": "3.5.5-0",
"pause": "3.8",
},
"v1.25": {
"coredns/coredns": "v1.9.3",
"etcd": "3.5.4-0",
Expand Down

0 comments on commit c8730ef

Please sign in to comment.