Skip to content

Commit bd486bd

Browse files
fix(redis-ha): update HAProxy image to 3.0.18-alpine (CVE-2025-15467) (#405)
* fix(redis-ha): update HAProxy image to 3.3.10-alpine to fix CVE-2025-15467 Updates haproxy.image.tag from 3.0.8-alpine to 3.0.18-alpine. 3.0.18-alpine contains libssl 3.5.5-r0 which resolves CVE-2025-15467. Closes #392 https://claude.ai/code/session_015PLT3F82jivLQrxjfV9Hgg * Bump chart + Use latest safest HAProxy Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com> --------- Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent d0afe7a commit bd486bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.36.0
8+
version: 4.36.1
99
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

charts/redis-ha/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ haproxy:
137137
# -- HAProxy Image Repository
138138
repository: public.ecr.aws/docker/library/haproxy
139139
# -- HAProxy Image Tag
140-
tag: 3.0.8-alpine
140+
tag: 3.3.10-alpine
141141
# -- HAProxy Image PullPolicy
142142
pullPolicy: IfNotPresent
143143

0 commit comments

Comments
 (0)