etcd: Updated to v3.5.4

This commit is contained in:
Manish Kumar
2022-05-13 13:24:53 +05:30
parent 8415ae647d
commit e9e8be304c
8 changed files with 14 additions and 13 deletions

View File

@@ -34,7 +34,7 @@ import (
e2essh "k8s.io/kubernetes/test/e2e/framework/ssh"
)
const etcdImage = "3.5.3-0"
const etcdImage = "3.5.4-0"
// EtcdUpgrade upgrades etcd on GCE.
func EtcdUpgrade(targetStorage, targetVersion string) error {