update image constants for kubeadm images
parent
7f79a3ad71
commit
8fe6573293
|
@ -18,6 +18,11 @@ package constants
|
|||
|
||||
var (
|
||||
KubeadmImages = map[string]map[string]string{
|
||||
"v1.34.0": {
|
||||
"coredns/coredns": "v1.12.1",
|
||||
"etcd": "3.6.4-0",
|
||||
"pause": "3.10.1",
|
||||
},
|
||||
"v1.34.0-rc.2": {
|
||||
"coredns/coredns": "v1.12.1",
|
||||
"etcd": "3.6.4-0",
|
||||
|
|
Loading…
Reference in New Issue