Skip to content

Commit e7de620

Browse files
authored
Merge pull request #15682 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes images
2 parents 670b627 + 0c6001e commit e7de620

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pkg/minikube/constants/constants_kubeadm_images.go

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,26 @@ package constants
1818

1919
var (
2020
KubeadmImages = map[string]map[string]string{
21+
"v1.26.1": {
22+
"coredns/coredns": "v1.9.3",
23+
"etcd": "3.5.6-0",
24+
"pause": "3.9",
25+
},
26+
"v1.25.6": {
27+
"coredns/coredns": "v1.9.3",
28+
"etcd": "3.5.6-0",
29+
"pause": "3.8",
30+
},
31+
"v1.24.10": {
32+
"coredns/coredns": "v1.8.6",
33+
"etcd": "3.5.6-0",
34+
"pause": "3.7",
35+
},
36+
"v1.23.16": {
37+
"coredns/coredns": "v1.8.6",
38+
"etcd": "3.5.6-0",
39+
"pause": "3.6",
40+
},
2141
"v1.26.0": {
2242
"coredns/coredns": "v1.9.3",
2343
"etcd": "3.5.6-0",

0 commit comments

Comments
 (0)