Update etcd to v3.5.7

This commit is contained in:
Ciprian Hacman 2023-01-28 16:28:07 +02:00
parent 57e9fdd860
commit 1d8114dd8c
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ var _ loader.OptionsBuilder = &EtcdOptionsBuilder{}
const (
DefaultEtcd3Version_1_20 = "3.4.13"
DefaultEtcd3Version_1_22 = "3.5.6"
DefaultEtcd3Version_1_22 = "3.5.7"
)
// BuildOptions is responsible for filling in the defaults for the etcd cluster model

View File

@ -76,6 +76,7 @@ var etcdSupportedImages = map[string]string{
"3.5.3": "registry.k8s.io/etcd:3.5.3-0",
"3.5.4": "registry.k8s.io/etcd:3.5.4-0",
"3.5.6": "registry.k8s.io/etcd:3.5.6-0",
"3.5.7": "registry.k8s.io/etcd:3.5.7-0",
}
func etcdSupportedVersions() []string {