Skip to content

Commit a2a04d0

Browse files
Support bookworm and alpine image (#379)
* use pidof instead of pgrep * Updating Chart version Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com> * 4.35.7 Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com> --------- Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com> Co-authored-by: Aaron Layfield <aaron.layfield@gmail.com>
1 parent 35dff20 commit a2a04d0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

charts/redis-ha/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
- redis
66
- keyvalue
77
- database
8-
version: 4.35.6
8+
version: 4.35.7
99
appVersion: 8.2.2
1010
description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management
1111
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

charts/redis-ha/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,5 @@ splitBrainDetection:
11041104
failureThreshold: 5
11051105
exec:
11061106
command:
1107-
- pgrep
1108-
- -f
1109-
- fix-split-brain.sh
1107+
- pidof
1108+
- sh

0 commit comments

Comments
 (0)