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: 8.2.2
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: 8.2.2@sha256:f0957bcaa75fd58a9a1847c1f07caf370579196259d69ac07f2e27b5b389b021

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: 8.2.2
resources:
requests:
cpu: 5m
Expand Down
Loading