From 782f69b43c245585df57784471ddeb32b2d5e1ef Mon Sep 17 00:00:00 2001 From: Aaron Layfield Date: Tue, 25 Feb 2025 12:54:45 +0000 Subject: [PATCH] HAProxy 3.0.8-alpine Signed-off-by: Aaron Layfield --- charts/redis-ha/Chart.yaml | 2 +- charts/redis-ha/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index 07fa993d..8720ab80 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 4.33.2 +version: 4.33.3 appVersion: 7.2.7 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 8fd8f2f4..e1d4c37e 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: 3.0.7-alpine + tag: 3.0.8-alpine # -- HAProxy Image PullPolicy pullPolicy: IfNotPresent