From 83be1ccc341f64c2992e088aa89820c2072ae39b Mon Sep 17 00:00:00 2001 From: dheeg <69521775+dheeg@users.noreply.github.com> Date: Wed, 21 Jan 2026 10:56:08 +0100 Subject: [PATCH 1/3] use pidof instead of pgrep --- charts/redis-ha/values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/redis-ha/values.yaml b/charts/redis-ha/values.yaml index 06180a7..16f0e3c 100644 --- a/charts/redis-ha/values.yaml +++ b/charts/redis-ha/values.yaml @@ -1102,6 +1102,5 @@ splitBrainDetection: failureThreshold: 5 exec: command: - - pgrep - - -f - - fix-split-brain.sh + - pidof + - sh From eac512decb0603f8ef4ef18fa03041d66256d07b Mon Sep 17 00:00:00 2001 From: Aaron Layfield Date: Tue, 27 Jan 2026 08:49:52 +0900 Subject: [PATCH 2/3] Updating Chart version Signed-off-by: Aaron Layfield --- 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 c646d30..397aa58 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 4.35.5 +version: 4.35.6 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 b3a10348197bb70b5ba10b923dbaa8e04ab536e2 Mon Sep 17 00:00:00 2001 From: Aaron Layfield Date: Tue, 27 Jan 2026 09:06:15 +0900 Subject: [PATCH 3/3] 4.35.7 Signed-off-by: Aaron Layfield --- 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 397aa58..0874fba 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 4.35.6 +version: 4.35.7 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