mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
d845bfa6a2
commit
f86fa0ce7d
@@ -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:
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
approvers:
|
||||
- ssalaues
|
||||
reviewers:
|
||||
- ssalaues
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user