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:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
global:
|
|
||||||
security:
|
|
||||||
allowInsecureImages: true
|
|
||||||
|
|
||||||
image:
|
image:
|
||||||
registry: quay.io
|
registry: docker.io
|
||||||
repository: redis/redis
|
repository: redis
|
||||||
tag: "7-alpine"
|
tag: "8.6.2-alpine"
|
||||||
|
|
||||||
master:
|
master:
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user