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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
app:
image:
repository: public.ecr.aws/docker/library/redis
tag: 7.2.4
tag: 7.4.6
command:
- sh
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
app:
image:
repository: public.ecr.aws/docker/library/redis
tag: 7.0.12@sha256:08a82d4bf8a8b4dd94e8f5408cdbad9dd184c1cf311d34176cd3e9972c43f872
tag: 7.4.6@sha256:d7432711a2a5c99c2e9dd0e006061cd274d7cb7a9e77f07ffe2ea99e21244677

env:
REDIS_REPLICATION_MODE: master
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
main:
image:
repository: public.ecr.aws/docker/library/redis
tag: 7.2.4
tag: 7.4.6
resources:
requests:
cpu: 5m
Expand Down
Loading