From 1ca6132bce64485a19d5e23dde46280abc79ea49 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 30 Jan 2019 14:47:01 -0400 Subject: [PATCH] bump redis and add cpanato to owners file (#10937) Signed-off-by: cpanato --- incubator/redis-cache/.helmignore | 1 + incubator/redis-cache/Chart.yaml | 6 ++++-- incubator/redis-cache/OWNERS | 6 ++++++ incubator/redis-cache/README.md | 2 +- incubator/redis-cache/values.yaml | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 incubator/redis-cache/OWNERS diff --git a/incubator/redis-cache/.helmignore b/incubator/redis-cache/.helmignore index f0c1319444..c7eb1e274d 100644 --- a/incubator/redis-cache/.helmignore +++ b/incubator/redis-cache/.helmignore @@ -19,3 +19,4 @@ .project .idea/ *.tmproj +OWNERS \ No newline at end of file diff --git a/incubator/redis-cache/Chart.yaml b/incubator/redis-cache/Chart.yaml index 17a044e0a2..ea7114cc32 100644 --- a/incubator/redis-cache/Chart.yaml +++ b/incubator/redis-cache/Chart.yaml @@ -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 diff --git a/incubator/redis-cache/OWNERS b/incubator/redis-cache/OWNERS new file mode 100644 index 0000000000..b3981038c5 --- /dev/null +++ b/incubator/redis-cache/OWNERS @@ -0,0 +1,6 @@ +approvers: +- cpanato +- dhilipkumars +reviewers: +- cpanato +- dhilipkumars \ No newline at end of file diff --git a/incubator/redis-cache/README.md b/incubator/redis-cache/README.md index 7a067e9c18..4a4dbe2495 100644 --- a/incubator/redis-cache/README.md +++ b/incubator/redis-cache/README.md @@ -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 diff --git a/incubator/redis-cache/values.yaml b/incubator/redis-cache/values.yaml index b5035fd601..23d7474adf 100644 --- a/incubator/redis-cache/values.yaml +++ b/incubator/redis-cache/values.yaml @@ -8,7 +8,7 @@ replicaCount: 3 redis: image: repository: redis - tag: 4.0.11-alpine + tag: 4.0.12-alpine pullPolicy: IfNotPresent resources: limits: