Skip to content

Commit 19613ca

Browse files
authored
update image constants for kubeadm images (#21221)
1 parent 08b1211 commit 19613ca

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pkg/minikube/constants/constants_kubeadm_images.go

Lines changed: 25 additions & 0 deletions
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.34.0-beta.0": {
22+
"coredns/coredns": "v1.12.1",
23+
"etcd": "3.5.21-0",
24+
"pause": "3.10",
25+
},
26+
"v1.33.3": {
27+
"coredns/coredns": "v1.12.0",
28+
"etcd": "3.5.21-0",
29+
"pause": "3.10",
30+
},
31+
"v1.32.7": {
32+
"coredns/coredns": "v1.11.3",
33+
"etcd": "3.5.16-0",
34+
"pause": "3.10",
35+
},
36+
"v1.31.11": {
37+
"coredns/coredns": "v1.11.3",
38+
"etcd": "3.5.15-0",
39+
"pause": "3.10",
40+
},
41+
"v1.34.0-alpha.3": {
42+
"coredns/coredns": "v1.12.1",
43+
"etcd": "3.5.21-0",
44+
"pause": "3.10",
45+
},
2146
"v1.34.0-alpha.2": {
2247
"coredns/coredns": "v1.12.1",
2348
"etcd": "3.5.21-0",

0 commit comments

Comments
 (0)