Skip to content

Commit 07944f9

Browse files
authored
Merge pull request #21876 from minikube-bot/auto_bump_kubeadm_constants
build: Bump kubeadm constants for kubernetes images
2 parents 2f26193 + 32b27a1 commit 07944f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/minikube/constants/constants_kubeadm_images.go

Lines changed: 5 additions & 0 deletions
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.35.0-alpha.3": {
22+
"coredns/coredns": "v1.12.3",
23+
"etcd": "3.6.5-0",
24+
"pause": "3.10.1",
25+
},
2126
"v1.35.0-alpha.2": {
2227
"coredns/coredns": "v1.12.3",
2328
"etcd": "3.6.5-0",

0 commit comments

Comments
 (0)