Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
test/e2e: support etcd version 3.2.13 in self_hosted_test.go
Browse files Browse the repository at this point in the history
fanminshi committed Jan 3, 2018

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent e0b0eb7 commit dc25705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2esh/self_hosted_test.go
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ func startEtcd(f *framework.Framework) (*v1.Pod, error) {
Containers: []v1.Container{{
Command: []string{"/bin/sh", "-ec", etcdCmd},
Name: "etcd",
Image: "quay.io/coreos/etcd:v3.2.11",
Image: "quay.io/coreos/etcd:v3.2.13",
Env: []v1.EnvVar{{
Name: "POD_NAME",
ValueFrom: &v1.EnvVarSource{FieldRef: &v1.ObjectFieldSelector{FieldPath: "metadata.name"}},

0 comments on commit dc25705

Please sign in to comment.