Skip to content

Commit 1b4cdd7

Browse files
committed
guestbook-go: update redis master image
This now matches the image used in the guestbook (non-go) example. Workaround for containerd/containerd#4756
1 parent 3e0c7a7 commit 1b4cdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guestbook-go/redis-master-controller.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"containers":[
2626
{
2727
"name":"redis-master",
28-
"image":"redis:2.8.23",
28+
"image":"k8s.gcr.io/redis:e2e",
2929
"ports":[
3030
{
3131
"name":"redis-server",

0 commit comments

Comments
 (0)