diff --git a/01_infrastructure/redis.tf b/01_infrastructure/redis.tf index d089d6d..d242b84 100644 --- a/01_infrastructure/redis.tf +++ b/01_infrastructure/redis.tf @@ -84,7 +84,7 @@ resource "helm_release" "redis" { # Provides regularly updated, security-patched Redis deployments repository = "oci://registry-1.docker.io/bitnamicharts" chart = "redis" - version = "22.0.7" # Stable version with Redis 7.x + version = "24.1.0" # Stable version with Redis 7.x # Deploy in cluster dependencies namespace # Co-locates with other infrastructure services