Merge pull request #17663 from minikube-bot/auto_bump_kubeadm_constants

Bump kubeadm constants for kubernetes images
pull/17666/head
Steven Powell 2023-11-27 08:48:22 -08:00 committed by GitHub
commit d07851a4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ package constants
var (
KubeadmImages = map[string]map[string]string{
"v1.29.0-rc.0": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.10-0",
"pause": "3.9",
},
"v1.28.4": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.9-0",