chore(argo-cd): Update Redis image to 7.4.1 (#3023)
This commit is contained in:
parent
0061e14563
commit
7a8cdf0843
3 changed files with 6 additions and 6 deletions
|
|
@ -1278,7 +1278,7 @@ redis:
|
|||
# -- Redis repository
|
||||
repository: public.ecr.aws/docker/library/redis
|
||||
# -- Redis tag
|
||||
tag: 7.2.4-alpine
|
||||
tag: 7.4.1-alpine
|
||||
# -- Redis image pull policy
|
||||
# @default -- `""` (defaults to global.image.imagePullPolicy)
|
||||
imagePullPolicy: ""
|
||||
|
|
@ -1564,7 +1564,7 @@ redis-ha:
|
|||
# -- Redis repository
|
||||
repository: public.ecr.aws/docker/library/redis
|
||||
# -- Redis tag
|
||||
tag: 7.2.4-alpine
|
||||
tag: 7.4.1-alpine
|
||||
## Prometheus redis-exporter sidecar
|
||||
exporter:
|
||||
# -- Enable Prometheus redis-exporter sidecar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue