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:
parent
e7a05a7bc8
commit
eb0f0af836
5 changed files with 10 additions and 4 deletions
|
|
@ -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: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue