Bump echoserver version used in e2e test (1.10)
This commit is contained in:
parent
7c246ec313
commit
c93f39f019
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ func (f *Framework) NewEchoDeploymentWithReplicas(replicas int32) error {
|
||||||
Containers: []corev1.Container{
|
Containers: []corev1.Container{
|
||||||
{
|
{
|
||||||
Name: "http-svc",
|
Name: "http-svc",
|
||||||
Image: "gcr.io/google_containers/echoserver:1.8",
|
Image: "gcr.io/google_containers/echoserver:1.10",
|
||||||
Env: []corev1.EnvVar{},
|
Env: []corev1.EnvVar{},
|
||||||
Ports: []corev1.ContainerPort{
|
Ports: []corev1.ContainerPort{
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue