[stable/redis-ha] Update redis image + OWNERS file (#10567)

* Update redis image

Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>

* Add OWNERS file

Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
This commit is contained in:
Naseem
2019-01-14 22:17:16 -08:00
committed by Kubernetes Prow Robot
parent d845bfa6a2
commit f86fa0ce7d
4 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ keywords:
- redis
- keyvalue
- database
version: 3.0.5
appVersion: 4.0.11
version: 3.1.0
appVersion: 5.0.3
description: Highly available Kubernetes implementation of Redis
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png
maintainers:
+4
View File
@@ -0,0 +1,4 @@
approvers:
- ssalaues
reviewers:
- ssalaues
+2 -2
View File
@@ -54,7 +54,7 @@ The following table lists the configurable parameters of the Redis chart and the
| Parameter | Description | Default |
| -------------------------------- | ----------------------------------------------------- | --------------------------------------------------------- |
| `image` | Redis image | `redis` |
| `tag` | Redis tag | `4.0.11-stretch` |
| `tag` | Redis tag | `5.0.3-alpine` |
| `replicas` | Number of redis master/slave pods | `3` |
| `redis.port` | Port to access the redis service | `6379` |
| `redis.masterGroupName` | Redis convention for naming the cluster group | `mymaster` |
@@ -79,7 +79,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```bash
$ helm install \
--set image=redis \
--set tag=4.0.11-stretch \
--set tag=5.0.3-alpine \
stable/redis-ha
```
+1 -1
View File
@@ -3,7 +3,7 @@
##
image:
repository: redis
tag: 4.0.11-alpine
tag: 5.0.3-alpine
pullPolicy: IfNotPresent
## replicas number for each component
replicas: 3