Merge pull request #18898 from minikube-bot/auto_bump_kubeadm_constants

Bump kubeadm constants for kubernetes images
pull/18899/head
Steven Powell 2024-05-15 09:47:38 -07:00 committed by GitHub
commit 07097fff3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.30.1": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.12-0",
"pause": "3.9",
},
"v1.29.5": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.12-0",
"pause": "3.9",
},
"v1.28.10": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.12-0",
"pause": "3.9",
},
"v1.27.14": {
"coredns/coredns": "v1.10.1",
"etcd": "3.5.12-0",
"pause": "3.9",
},
"v1.30.0": {
"coredns/coredns": "v1.11.1",
"etcd": "3.5.12-0",