guestbook-go: update redis master image

This now matches the image used in the guestbook (non-go) example.

Workaround for https://github.com/containerd/containerd/issues/4756
This commit is contained in:
Justin SB 2020-11-23 12:47:55 -05:00
parent 3e0c7a7629
commit 1b4cdd70e8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"containers":[ "containers":[
{ {
"name":"redis-master", "name":"redis-master",
"image":"redis:2.8.23", "image":"k8s.gcr.io/redis:e2e",
"ports":[ "ports":[
{ {
"name":"redis-server", "name":"redis-server",