Merge pull request #16522 from minikube-bot/auto_bump_kubeadm_constants

Bump kubeadm constants for kubernetes images
pull/16523/head
Steven Powell 2023-05-18 07:16:32 -07:00 committed by GitHub
commit 765574961e
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.27.2": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.7-0",
"pause": "3.9",
},
"v1.26.5": {
"coredns/coredns": "v1.9.3",
"etcd": "3.5.6-0",
"pause": "3.9",
},
"v1.25.10": {
"coredns/coredns": "v1.9.3",
"etcd": "3.5.6-0",
"pause": "3.8",
},
"v1.24.14": {
"coredns/coredns": "v1.8.6",
"etcd": "3.5.6-0",
"pause": "3.7",
},
"v1.27.1": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.7-0",