Skip to content

Commit

Permalink
Merge pull request #2184 from pascaliske/renovate/redis-7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske authored Jan 7, 2025
2 parents 8d54f4d + 726d537 commit dc7091a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cluster/services/authelia/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: authelia
spec:
redis:
image: redis:7.4.1-alpine
image: redis:7.4.2-alpine
replicas: 3
exporter:
enabled: true
Expand All @@ -19,7 +19,7 @@ spec:
cpu: 400m
memory: 500Mi
sentinel:
image: redis:7.4.1-alpine
image: redis:7.4.2-alpine
replicas: 3
exporter:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions cluster/services/blocky/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: blocky
spec:
redis:
image: redis:7.4.1-alpine
image: redis:7.4.2-alpine
replicas: 3
exporter:
enabled: true
Expand All @@ -19,7 +19,7 @@ spec:
cpu: 400m
memory: 500Mi
sentinel:
image: redis:7.4.1-alpine
image: redis:7.4.2-alpine
replicas: 3
exporter:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion cluster/services/redis/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
values:
image:
repository: redis
tag: 7.4.1-alpine
tag: 7.4.2-alpine
interval: 10m0s

0 comments on commit dc7091a

Please sign in to comment.