Skip to content

Commit c88bc8b

Browse files
authored
Merge pull request #15497 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes images
2 parents 35732b1 + 54c58a2 commit c88bc8b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pkg/minikube/constants/constants_kubeadm_images.go

+25
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,31 @@ package constants
1818

1919
var (
2020
KubeadmImages = map[string]map[string]string{
21+
"v1.26.0": {
22+
"coredns/coredns": "v1.9.3",
23+
"etcd": "3.5.6-0",
24+
"pause": "3.9",
25+
},
26+
"v1.25.5": {
27+
"coredns/coredns": "v1.9.3",
28+
"etcd": "3.5.6-0",
29+
"pause": "3.8",
30+
},
31+
"v1.24.9": {
32+
"coredns/coredns": "v1.8.6",
33+
"etcd": "3.5.6-0",
34+
"pause": "3.7",
35+
},
36+
"v1.23.15": {
37+
"coredns/coredns": "v1.8.6",
38+
"etcd": "3.5.6-0",
39+
"pause": "3.6",
40+
},
41+
"v1.22.17": {
42+
"coredns/coredns": "v1.8.4",
43+
"etcd": "3.5.6-0",
44+
"pause": "3.5",
45+
},
2146
"v1.26.0-rc.1": {
2247
"coredns/coredns": "v1.9.3",
2348
"etcd": "3.5.6-0",

0 commit comments

Comments
 (0)