diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index d5390d580d..ece6cf8ee4 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -6,7 +6,7 @@ keywords: - redis - keyvalue - database -version: 4.0.0 +version: 4.0.1 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 diff --git a/stable/redis-ha/values.yaml b/stable/redis-ha/values.yaml index f166f01b58..f13452fa72 100644 --- a/stable/redis-ha/values.yaml +++ b/stable/redis-ha/values.yaml @@ -33,7 +33,7 @@ haproxy: readOnly: enabled: false port: 6380 - replicas: 1 + replicas: 3 image: repository: haproxy tag: 2.0.4