diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index 09e476f..e3a6060 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 4.26.1 +version: 4.26.2 appVersion: 7.2.4 description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png diff --git a/charts/redis-ha/templates/_configs.tpl b/charts/redis-ha/templates/_configs.tpl index 10f5276..b68f7d0 100644 --- a/charts/redis-ha/templates/_configs.tpl +++ b/charts/redis-ha/templates/_configs.tpl @@ -459,6 +459,7 @@ identify_announce_ip done + trap "exit 0" TERM while true; do sleep {{ .Values.splitBrainDetection.interval }}