Skip to content

Commit

Permalink
Bump echoserver version used in e2e test (1.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Apr 27, 2018
1 parent 7c246ec commit c93f39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
{
Expand Down

0 comments on commit c93f39f

Please sign in to comment.