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