Skip to content

Commit

Permalink
guestbook-go: update redis master image
Browse files Browse the repository at this point in the history
This now matches the image used in the guestbook (non-go) example.

Workaround for containerd/containerd#4756
  • Loading branch information
justinsb committed Nov 23, 2020
1 parent 3e0c7a7 commit 1b4cdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guestbook-go/redis-master-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"containers":[
{
"name":"redis-master",
"image":"redis:2.8.23",
"image":"k8s.gcr.io/redis:e2e",
"ports":[
{
"name":"redis-server",
Expand Down

0 comments on commit 1b4cdd7

Please sign in to comment.