diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index 9abe3d38e3..f90e04adbb 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,5 +1,5 @@ name: redis -version: 1.2.1 +version: 1.2.2 appVersion: 4.0.9 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 0d4d6f1291..4bf8a5c422 100644 --- a/stable/redis/OWNERS +++ b/stable/redis/OWNERS @@ -2,7 +2,9 @@ approvers: - prydonius - tompizmor - sameersbn +- carrodher reviewers: - prydonius - tompizmor - sameersbn +- carrodher