fix(argo-cd): Correct oliver006/redis_exporter image tag (#3231)

* fix(argo-cd): Correct oliver006/redis_exporter image tag

Signed-off-by: yu-croco <yu.croco@gmail.com>

* fix: add CI for redis-ha redis-exporter sidecar

Signed-off-by: yu-croco <yu.croco@gmail.com>

* chore: enable redis-exporter in defaut ci

Signed-off-by: yu-croco <yu.croco@gmail.com>

---------

Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
Aikawa 2025-04-02 15:07:41 +09:00 committed by GitHub
parent e7a05a7bc8
commit eb0f0af836
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 4 deletions

View file

@ -1308,7 +1308,7 @@ redis:
# -- Repository to use for the redis-exporter
repository: ghcr.io/oliver006/redis_exporter
# -- Tag to use for the redis-exporter
tag: 1.69.0
tag: v1.69.0
# -- Image pull policy for the redis-exporter
# @default -- `""` (defaults to global.image.imagePullPolicy)
imagePullPolicy: ""