From 2613a940a4028eb558ab70dcccf92283ae9eedf6 Mon Sep 17 00:00:00 2001 From: Nathan Wyand Date: Thu, 12 Feb 2026 16:41:15 -0500 Subject: [PATCH 1/5] Update _configs.tpl --- charts/redis-ha/templates/_configs.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/redis-ha/templates/_configs.tpl b/charts/redis-ha/templates/_configs.tpl index 320b08d..f0604cf 100644 --- a/charts/redis-ha/templates/_configs.tpl +++ b/charts/redis-ha/templates/_configs.tpl @@ -327,7 +327,7 @@ {{- end }} {{- define "vars.sh" }} - HOSTNAME="$(hostname)" + HOSTNAME="$(cat /proc/sys/kernel/hostname)" {{- if .Values.ro_replicas }} RO_REPLICAS="{{ .Values.ro_replicas }}" {{- end }} From 94eee61f283fee62eb7d95d44163ed24f9a1a040 Mon Sep 17 00:00:00 2001 From: Nathan Wyand Date: Thu, 12 Feb 2026 16:41:45 -0500 Subject: [PATCH 2/5] Update values.yaml --- charts/redis-ha/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/redis-ha/values.yaml b/charts/redis-ha/values.yaml index f093ed2..943b3c6 100644 --- a/charts/redis-ha/values.yaml +++ b/charts/redis-ha/values.yaml @@ -1104,5 +1104,6 @@ splitBrainDetection: failureThreshold: 5 exec: command: - - pidof - - sh + - test + - -d + - /proc/1 From 70f965292bec6c46b56efe121ceacb80fcfd4910 Mon Sep 17 00:00:00 2001 From: Nathan Wyand Date: Fri, 13 Feb 2026 13:05:14 -0500 Subject: [PATCH 3/5] Update Chart.yaml --- charts/redis-ha/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index 0874fba..1bf99e4 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 4.35.7 +version: 4.35.8 appVersion: 8.2.2 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 From 33ec5d43cc1a4308090d7c8afb6ac3199a56c780 Mon Sep 17 00:00:00 2001 From: Nathan Wyand Date: Fri, 13 Feb 2026 13:07:49 -0500 Subject: [PATCH 4/5] Update values.yaml --- charts/redis-ha/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/redis-ha/values.yaml b/charts/redis-ha/values.yaml index 943b3c6..1388146 100644 --- a/charts/redis-ha/values.yaml +++ b/charts/redis-ha/values.yaml @@ -1104,6 +1104,6 @@ splitBrainDetection: failureThreshold: 5 exec: command: - - test - - -d - - /proc/1 + - sh + - -c + - test -d /proc/1 From f8e06d646d2696fc17172d9e641cf15830e8ca44 Mon Sep 17 00:00:00 2001 From: Aaron Layfield Date: Sat, 14 Feb 2026 22:12:02 +0900 Subject: [PATCH 5/5] Bump Redis HA chart version to 4.35.9 --- charts/redis-ha/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index 1bf99e4..35c662f 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 4.35.8 +version: 4.35.9 appVersion: 8.2.2 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