Skip to content

Commit fffdfdd

Browse files
committed
Merge branch 'master' into feat-global-section-haproxy
Signed-off-by: Mikhail Koniakhin <m.konyahin@gmail.com>
2 parents 2d81851 + f4aadb7 commit fffdfdd

3 files changed

Lines changed: 15 additions & 14 deletions

File tree

charts/redis-ha/Chart.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ apiVersion: v2
22
name: redis-ha
33
home: https://redis.io/
44
keywords:
5-
- redis
6-
- keyvalue
7-
- database
8-
version: 4.35.8
9-
appVersion: 8.2.2
5+
- redis
6+
- keyvalue
7+
- database
8+
version: 4.35.11
9+
appVersion: 8.2.4
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
1212
maintainers:
13-
- email: aaron.layfield@gmail.com
14-
name: dandydeveloper
13+
- email: aaron.layfield@gmail.com
14+
name: dandydeveloper
1515
sources:
16-
- https://redis.io/download
17-
- https://github.com/DandyDeveloper/charts/blob/master/charts/redis-ha
18-
- https://github.com/oliver006/redis_exporter
16+
- https://redis.io/download
17+
- https://github.com/DandyDeveloper/charts/blob/master/charts/redis-ha
18+
- https://github.com/oliver006/redis_exporter

charts/redis-ha/templates/_configs.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
{{- end }}
328328

329329
{{- define "vars.sh" }}
330-
HOSTNAME="$(hostname)"
330+
HOSTNAME="$(cat /proc/sys/kernel/hostname)"
331331
{{- if .Values.ro_replicas }}
332332
RO_REPLICAS="{{ .Values.ro_replicas }}"
333333
{{- end }}

charts/redis-ha/values.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
# -- Redis image repository
1515
repository: public.ecr.aws/docker/library/redis
1616
# -- Redis image tag
17-
tag: 8.2.2-alpine
17+
tag: 8.2.4-alpine
1818
# -- Redis image pull policy
1919
pullPolicy: IfNotPresent
2020

@@ -753,7 +753,7 @@ exporter:
753753
# -- Exporter image
754754
image: quay.io/oliver006/redis_exporter
755755
# -- Exporter image tag
756-
tag: v1.67.0
756+
tag: v1.80.2
757757
# -- Exporter image pullPolicy
758758
pullPolicy: IfNotPresent
759759

@@ -1113,5 +1113,6 @@ splitBrainDetection:
11131113
failureThreshold: 5
11141114
exec:
11151115
command:
1116-
- pidof
11171116
- sh
1117+
- -c
1118+
- test -d /proc/1

0 commit comments

Comments
 (0)