Skip to content

Commit 65f4fb6

Browse files
committed
update image constants for kubeadm images
1 parent 6add3e1 commit 65f4fb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/minikube/constants/constants_kubeadm_images.go

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ package constants
1818

1919
var (
2020
KubeadmImages = map[string]map[string]string{
21+
"v1.30.0-rc.2": {
22+
"coredns/coredns": "v1.11.1",
23+
"etcd": "3.5.12-0",
24+
"pause": "3.9",
25+
},
2126
"v1.30.0-rc.1": {
2227
"coredns/coredns": "v1.11.1",
2328
"etcd": "3.5.12-0",

0 commit comments

Comments
 (0)