feat: update Redis image configuration to use docker.io registry and tag 8.6.2-alpine
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user