Skip to content

Commit

Permalink
Merge pull request kubernetes#406 from justinsb/update_redis_image
Browse files Browse the repository at this point in the history
guestbook-go: update redis master image
  • Loading branch information
k8s-ci-robot authored Nov 24, 2020
2 parents 3e0c7a7 + 1b4cdd7 commit 75f116a
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 75f116a

Please sign in to comment.