Skip to content

Commit f4aadb7

Browse files
[stable/redis-ha] Redis 8.2.4 (#385)
* [stable/redis-ha] Bump Redis to 8.2.3 Fixes CVE-2025-62507 — stack-based buffer overflow in XACK/XDEL commands (CVSS 3.1: 8.8 HIGH). Affects Redis 8.2.0 through 8.2.2. - Bump image tag from 8.2.2-alpine to 8.2.3-alpine - Bump chart version from 4.35.7 to 4.35.8 - Bump appVersion from 8.2.2 to 8.2.3 * 8.2.4 Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com> --------- Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com> Co-authored-by: Aaron Layfield <aaron.layfield@gmail.com>
1 parent 0975a0d commit f4aadb7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/redis-ha/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ keywords:
55
- redis
66
- keyvalue
77
- database
8-
version: 4.35.9
9-
appVersion: 8.2.2
8+
version: 4.35.10
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:

charts/redis-ha/values.yaml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)