From 48af88e7ca9a285d034270f6825d08f9312b9a5f Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Sun, 29 Dec 2024 17:04:54 -0500 Subject: [PATCH] redis-ha: minor updates to haproxy and redis_exporter versions (#309) - 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 https://github.com/oliver006/redis_exporter/issues/537) Signed-off-by: Vitaliy --- charts/redis-ha/Chart.yaml | 2 +- charts/redis-ha/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index 2f19d3f..84b549b 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -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 diff --git a/charts/redis-ha/values.yaml b/charts/redis-ha/values.yaml index fc7cb21..f51f070 100644 --- a/charts/redis-ha/values.yaml +++ b/charts/redis-ha/values.yaml @@ -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 @@ -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