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 Sep 18, 2023
1 parent f62bf50 commit bd5c12d
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.28.2": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.9-0",
"pause": "3.9",
},
"v1.27.6": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.7-0",
"pause": "3.9",
},
"v1.26.9": {
"coredns/coredns": "v1.9.3",
"etcd": "3.5.6-0",
"pause": "3.9",
},
"v1.25.14": {
"coredns/coredns": "v1.9.3",
"etcd": "3.5.6-0",
"pause": "3.8",
},
"v1.28.1": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.9-0",
Expand Down

0 comments on commit bd5c12d

Please sign in to comment.