use echoserver 1.10

This commit is contained in:
Ashley Gau
2018-03-27 11:32:20 -07:00
parent 21ba3d0fc6
commit 7f62dd2e79
8 changed files with 8 additions and 8 deletions

View File

@@ -1612,7 +1612,7 @@ func generateBacksideHTTPSDeploymentSpec() *extensions.Deployment {
Containers: []v1.Container{
{
Name: "echoheaders-https",
Image: "k8s.gcr.io/echoserver:1.9",
Image: "k8s.gcr.io/echoserver:1.10",
Ports: []v1.ContainerPort{{
ContainerPort: 8443,
Name: "echo-443",