mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
bump redis and add cpanato to owners file (#10937)
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1d38357070
commit
1ca6132bce
@@ -19,3 +19,4 @@
|
||||
.project
|
||||
.idea/
|
||||
*.tmproj
|
||||
OWNERS
|
||||
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
description: A pure in-memory redis cache, using statefulset and redis-sentinel-micro
|
||||
name: redis-cache
|
||||
version: 0.4.0
|
||||
appVersion: 4.0.11-alpine
|
||||
version: 0.4.1
|
||||
appVersion: 4.0.12-alpine
|
||||
home: https://redis.io/
|
||||
icon: https://redis.io/images/redis-white.png
|
||||
sources:
|
||||
@@ -11,3 +11,5 @@ sources:
|
||||
maintainers:
|
||||
- name: dhilipkumars
|
||||
email: dhilip.kumar.s@huawei.com
|
||||
- name: cpanato
|
||||
email: ctadeu@gmail.com
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
approvers:
|
||||
- cpanato
|
||||
- dhilipkumars
|
||||
reviewers:
|
||||
- cpanato
|
||||
- dhilipkumars
|
||||
@@ -6,7 +6,7 @@ This chart will allow us to use redis as a pure in-memory cache, this uses a spe
|
||||
* Kubernetes 1.6+
|
||||
|
||||
Install Redis-cache chart as an in-memory cache.
|
||||
* Uses 7MB [redis:4.0.11-alpine](https://hub.docker.com/r/library/redis/tags/4.0.11-alpine/) image which is extremely light weight
|
||||
* Uses 7MB [redis:4.0.12-alpine](https://hub.docker.com/r/library/redis/tags/4.0.12-alpine/) image which is extremely light weight
|
||||
* Uses [redis-sentinel-k8s](https://github.com/dhilipkumars/redis-sentinel-micro/tree/k8s) for automatic slave promotion if master fails, feel free to fork.
|
||||
* Super fast caching as no persistence involved
|
||||
* Has Pod Disruption Budget
|
||||
|
||||
@@ -8,7 +8,7 @@ replicaCount: 3
|
||||
redis:
|
||||
image:
|
||||
repository: redis
|
||||
tag: 4.0.11-alpine
|
||||
tag: 4.0.12-alpine
|
||||
pullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user