Upgrade etcd to 3.5.1

This commit is contained in:
Oleg Atamanenko
2021-10-15 13:58:08 -07:00
parent daa83e6263
commit 965f10f539
10 changed files with 18 additions and 18 deletions

View File

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