Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

# Redis (for session storage and Socket.io adapter)
redis:
image: redis:7-alpine
image: redis:8-alpine
container_name: renovate-dashboard-redis
restart: unless-stopped
command: redis-server --appendonly yes
Expand Down
2 changes: 1 addition & 1 deletion helm/renovate-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ redis:

image:
repository: redis
tag: "7-alpine"
tag: "8-alpine"
pullPolicy: IfNotPresent

# Redis authentication
Expand Down
Loading