Merge pull request #112489 from dims/etcd_update_v3.5.5

etcd: Updated to v3.5.5
This commit is contained in:
Kubernetes Prow Robot
2022-09-16 08:49:16 -07:00
committed by GitHub
8 changed files with 14 additions and 14 deletions

View File

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