Skip to content

Commit d922bf1

Browse files
chore(deps): update redis docker tag to v25
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 96fa1cc commit d922bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01_infrastructure/redis.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ resource "helm_release" "redis" {
8484
# Provides regularly updated, security-patched Redis deployments
8585
repository = "oci://registry-1.docker.io/bitnamicharts"
8686
chart = "redis"
87-
version = "22.0.7" # Stable version with Redis 7.x
87+
version = "25.3.11" # Stable version with Redis 7.x
8888

8989
# Deploy in cluster dependencies namespace
9090
# Co-locates with other infrastructure services

0 commit comments

Comments
 (0)