Merge pull request #15942 from minikube-bot/auto_bump_kubeadm_constants

Bump kubeadm constants for kubernetes images
pull/15943/head
Steven Powell 2023-03-01 07:07:11 -08:00 committed by GitHub
commit f96ce649d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -18,6 +18,26 @@ package constants
var (
KubeadmImages = map[string]map[string]string{
"v1.26.2": {
"coredns/coredns": "v1.9.3",
"etcd": "3.5.6-0",
"pause": "3.9",
},
"v1.25.7": {
"coredns/coredns": "v1.9.3",
"etcd": "3.5.6-0",
"pause": "3.8",
},
"v1.24.11": {
"coredns/coredns": "v1.8.6",
"etcd": "3.5.6-0",
"pause": "3.7",
},
"v1.23.17": {
"coredns/coredns": "v1.8.6",
"etcd": "3.5.6-0",
"pause": "3.6",
},
"v1.27.0-alpha.2": {
"coredns/coredns": "v1.10.0",
"etcd": "3.5.7-0",