feat: update Redis image configuration to use docker.io registry and tag 8.6.2-alpine

This commit is contained in:
2026-04-29 21:45:45 +02:00
parent 66959c8ac0
commit 573b5d55d5
+3 -7
View File
@@ -3,14 +3,10 @@ architecture: standalone
auth:
enabled: false
global:
security:
allowInsecureImages: true
image:
registry: quay.io
repository: redis/redis
tag: "7-alpine"
registry: docker.io
repository: redis
tag: "8.6.2-alpine"
master:
resources: