Bump echoserver version used in e2e test (1.10)

This commit is contained in:
Antoine Cotten 2018-04-27 14:27:20 +02:00
parent 7c246ec313
commit c93f39f019
No known key found for this signature in database
GPG key ID: EA06C9A94E2B3EA0

View file

@ -60,7 +60,7 @@ func (f *Framework) NewEchoDeploymentWithReplicas(replicas int32) error {
Containers: []corev1.Container{
{
Name: "http-svc",
Image: "gcr.io/google_containers/echoserver:1.8",
Image: "gcr.io/google_containers/echoserver:1.10",
Env: []corev1.EnvVar{},
Ports: []corev1.ContainerPort{
{