Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 4a01986 commit 58224e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_infrastructure/redis.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "helm_release" "redis" {
name = "redis"
repository = "oci://registry-1.docker.io/bitnamicharts"
chart = "redis"
version = "19.6.0"
version = "20.3.0"
namespace = var.dependencies_namespace

create_namespace = true
Expand Down

0 comments on commit 58224e6

Please sign in to comment.