Skip to content

Commit

Permalink
redis-ha: minor updates to haproxy and redis_exporter versions (#309)
Browse files Browse the repository at this point in the history
- Updates HAProxy to 3.0.x, which is the latest version of the current LTS branch (2.9 was not and will be EOL 2025-Q1)
- Updates redis_exporter to the latest version; also, the author now publishes official images to quay.io in addition to Docker Hub (see oliver006/redis_exporter#537)

Signed-off-by: Vitaliy <[email protected]>
  • Loading branch information
vitaliyf authored Dec 29, 2024
1 parent e879a62 commit 48af88e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/redis-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords:
- redis
- keyvalue
- database
version: 4.30.0
version: 4.31.0
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
Expand Down
6 changes: 3 additions & 3 deletions charts/redis-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ haproxy:
# -- HAProxy Image Repository
repository: public.ecr.aws/docker/library/haproxy
# -- HAProxy Image Tag
tag: 2.9.4-alpine
tag: 3.0.7-alpine
# -- HAProxy Image PullPolicy
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -700,9 +700,9 @@ exporter:
# -- If `true`, the prometheus exporter sidecar is enabled
enabled: false
# -- Exporter image
image: oliver006/redis_exporter
image: quay.io/oliver006/redis_exporter
# -- Exporter image tag
tag: v1.57.0
tag: v1.67.0
# -- Exporter image pullPolicy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 48af88e

Please sign in to comment.