From 8004153bfa0eccccc0c2e09ff46a85d485572dce Mon Sep 17 00:00:00 2001 From: Aaron Layfield Date: Wed, 4 Sep 2019 22:55:00 +0900 Subject: [PATCH] [stable/redis-ha] Updating OWNERS list. (#16745) * Adding dandydeveloper (me) to redis-ha owner list Signed-off-by: Aaron Layfield * Added to Chart.yaml too Signed-off-by: Aaron Layfield * Increment chart version. Appease bot gods. Signed-off-by: Aaron Layfield * Updating chart version Signed-off-by: Aaron Layfield --- stable/redis-ha/Chart.yaml | 4 +++- stable/redis-ha/OWNERS | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index dd5e4c08f3..43100258f9 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -6,13 +6,15 @@ keywords: - redis - keyvalue - database -version: 3.7.3 +version: 3.7.4 appVersion: 5.0.5 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: - email: salimsalaues@gmail.com name: ssalaues +- email: aaron.layfield@gmail.com + name: dandydeveloper details: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management diff --git a/stable/redis-ha/OWNERS b/stable/redis-ha/OWNERS index 99df44b318..cf4f87d5e6 100644 --- a/stable/redis-ha/OWNERS +++ b/stable/redis-ha/OWNERS @@ -1,4 +1,6 @@ approvers: - ssalaues +- dandydeveloper reviewers: -- ssalaues \ No newline at end of file +- ssalaues +- dandydeveloper \ No newline at end of file