fix(argo-cd): redis-exporter image was migrated from quay.io to docker hub (#1235)
* change quay.io to docker.io as bitnami migrated all images there Signed-off-by: crabique <alexey.korotkov@namecheap.com> * Apply suggestions from code review Co-authored-by: Marko Bevc <marko.bevc@gmail.com> Signed-off-by: crabique <alexey.korotkov@namecheap.com> Co-authored-by: crabique <alexey.korotkov@namecheap.com> Co-authored-by: Marko Bevc <marko.bevc@gmail.com>
This commit is contained in:
parent
5d6442b4be
commit
21b9f14889
3 changed files with 4 additions and 4 deletions
|
|
@ -690,7 +690,7 @@ redis:
|
|||
enabled: false
|
||||
image:
|
||||
# -- redis-exporter image repository
|
||||
repository: quay.io/bitnami/redis-exporter
|
||||
repository: bitnami/redis-exporter
|
||||
# -- redis-exporter image tag
|
||||
tag: 1.26.0-debian-10-r2
|
||||
# -- redis-exporter image PullPolicy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue