From 487dc536cd7fda8d482a39c7e9345a64f6d3f611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Tue, 4 Jun 2019 20:04:18 +0200 Subject: [PATCH] [stable/redis] (#14461) Signed-off-by: Javier Salmeron Garcia --- stable/redis/Chart.yaml | 2 +- stable/redis/OWNERS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index 1e4164fc7b..8ea3f636f2 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: redis -version: 8.0.5 +version: 8.0.6 appVersion: 5.0.5 description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. keywords: diff --git a/stable/redis/OWNERS b/stable/redis/OWNERS index 0e93555cff..6a69f4f093 100644 --- a/stable/redis/OWNERS +++ b/stable/redis/OWNERS @@ -1,5 +1,6 @@ approvers: - carrodher +- javsalgar - desaintmartin - juan131 - prydonius @@ -7,6 +8,7 @@ approvers: - tompizmor reviewers: - carrodher +- javsalgar - desaintmartin - juan131 - prydonius