Skip to content
Snippets Groups Projects
Commit 9ccb85be authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

fix redis v4 in default values since we use config file directives that

aren't in 3.x
parent 3102d317
Branches
No related tags found
No related merge requests found
......@@ -5,13 +5,13 @@ app:
redis:
repository: redis
tag: latest
tag: 4
pullPolicy: Always
resources: {}
sentinel:
repository: redis
tag: latest
tag: 4
pullPolicy: Always
resources: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment