mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Change etcd test image to 3.0.17.
This commit is contained in:
parent
6d9e2afeda
commit
f37f7d42ba
@ -55,7 +55,7 @@ func etcdUpgradeGCE(target_storage, target_version string) error {
|
||||
os.Environ(),
|
||||
"TEST_ETCD_VERSION="+target_version,
|
||||
"STORAGE_BACKEND="+target_storage,
|
||||
"TEST_ETCD_IMAGE=3.0.14")
|
||||
"TEST_ETCD_IMAGE=3.0.17")
|
||||
|
||||
_, _, err := RunCmdEnv(env, path.Join(TestContext.RepoRoot, "cluster/gce/upgrade.sh"), "-l", "-M")
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user