diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index d4e21a8..aaf712c 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -2,17 +2,17 @@ apiVersion: v2 name: redis-ha home: https://redis.io/ keywords: -- redis -- keyvalue -- database -version: 4.39.0 + - redis + - keyvalue + - database +version: 4.39.1 appVersion: 8.8.0 description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management icon: https://img.icons8.com/external-tal-revivo-shadow-tal-revivo/24/external-redis-an-in-memory-data-structure-project-implementing-a-distributed-logo-shadow-tal-revivo.png maintainers: -- email: aaron.layfield@gmail.com - name: dandydeveloper + - email: aaron.layfield@gmail.com + name: dandydeveloper sources: -- https://redis.io/download -- https://github.com/DandyDeveloper/charts/blob/master/charts/redis-ha -- https://github.com/oliver006/redis_exporter + - https://redis.io/download + - https://github.com/DandyDeveloper/charts/blob/master/charts/redis-ha + - https://github.com/oliver006/redis_exporter diff --git a/charts/redis-ha/templates/redis-haproxy-pdb.yaml b/charts/redis-ha/templates/redis-haproxy-pdb.yaml index c4ca44e..c276284 100644 --- a/charts/redis-ha/templates/redis-haproxy-pdb.yaml +++ b/charts/redis-ha/templates/redis-haproxy-pdb.yaml @@ -1,4 +1,4 @@ -{{- if .Values.haproxy.podDisruptionBudget -}} +{{- if and .Values.haproxy.enabled .Values.haproxy.podDisruptionBudget -}} apiVersion: {{ template "redis-ha.podDisruptionBudget.apiVersion" . }} kind: PodDisruptionBudget metadata: