Skip to content

Commit de996b6

Browse files
authored
Merge pull request #19988 from minikube-bot/auto_bump_kubeadm_constants
Bump kubeadm constants for kubernetes images
2 parents 12a3ab4 + 9fe7d02 commit de996b6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pkg/minikube/constants/constants_kubeadm_images.go

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

1919
var (
2020
KubeadmImages = map[string]map[string]string{
21+
"v1.29.11": {
22+
"coredns/coredns": "v1.11.1",
23+
"etcd": "3.5.16-0",
24+
"pause": "3.9",
25+
},
26+
"v1.31.3": {
27+
"coredns/coredns": "v1.11.3",
28+
"etcd": "3.5.15-0",
29+
"pause": "3.10",
30+
},
31+
"v1.30.7": {
32+
"coredns/coredns": "v1.11.3",
33+
"etcd": "3.5.15-0",
34+
"pause": "3.9",
35+
},
2136
"v1.32.0-beta.0": {
2237
"coredns/coredns": "v1.11.3",
2338
"etcd": "3.5.16-0",

0 commit comments

Comments
 (0)