* refactor(stable/redis): support redis docker library image
BREAKING CHANGES:
- `master.args` and `slave.args` are removed. Use `master.command` or
`slave.command` instead in order to override the image entrypoint,
or `master.extraFlags` to pass additional flags to `redis-server`.
- `disableCommands` is now interpreted as an array of strings instead
of a string of comma separated values.
- `master.persistence.path` now defaults to `/data`.
Signed-off-by: Jacob LeGrone <git@jacob.work>
* test(stable/redis): add ci values for base images & configurations
Signed-off-by: Jacob LeGrone <git@jacob.work>