update image constants for kubeadm images
parent
ad86e07424
commit
32b27a1bbf
|
|
@ -18,6 +18,11 @@ package constants
|
||||||
|
|
||||||
var (
|
var (
|
||||||
KubeadmImages = map[string]map[string]string{
|
KubeadmImages = map[string]map[string]string{
|
||||||
|
"v1.35.0-alpha.3": {
|
||||||
|
"coredns/coredns": "v1.12.3",
|
||||||
|
"etcd": "3.6.5-0",
|
||||||
|
"pause": "3.10.1",
|
||||||
|
},
|
||||||
"v1.35.0-alpha.2": {
|
"v1.35.0-alpha.2": {
|
||||||
"coredns/coredns": "v1.12.3",
|
"coredns/coredns": "v1.12.3",
|
||||||
"etcd": "3.6.5-0",
|
"etcd": "3.6.5-0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue