It appears that the redis image stanza in this yaml file probably needs to be updated to use a higher version of redis. https://github.com/IBM/helm101/blob/master/charts/guestbook/templates/redis-master-deployment.yaml Since this is based upon the guestbook app (https://github.com/IBM/guestbook/blob/master/v1/redis-master-deployment.yaml), I updated it locally to use the same version (redis:3.2.9) and it worked without any problems.
It appears that the redis image stanza in this yaml file probably needs to be updated to use a higher version of redis.
https://github.com/IBM/helm101/blob/master/charts/guestbook/templates/redis-master-deployment.yaml
Since this is based upon the guestbook app (https://github.com/IBM/guestbook/blob/master/v1/redis-master-deployment.yaml), I updated it locally to use the same version (redis:3.2.9) and it worked without any problems.