Fluentd-Exporter: Use bitnami fluentd exporter image

This updates the fluentd-exporter to use the bitnami image for the
chart instead of a personal image

Change-Id: I162dca4556646eb781c380acea307d2feb156d18
This commit is contained in:
Steve Wilkerson 2019-05-06 14:10:08 -05:00
parent 22dcebb93d
commit 9c3bb06525
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ set -ex
COMMAND="${@:-start}"
function start () {
exec go-wrapper run -scrape_uri "$FLUENTD_METRICS_HOST"
exec fluentd_exporter --scrape_uri "$FLUENTD_METRICS_HOST"
}
function stop () {

View File

@ -39,7 +39,7 @@ images:
tags:
fluentbit: docker.io/fluent/fluent-bit:0.14.2
fluentd: docker.io/fluent/fluentd-kubernetes-daemonset:v1.2-debian-elasticsearch
prometheus_fluentd_exporter: docker.io/srwilkers/fluentd_exporter:v0.1
prometheus_fluentd_exporter: docker.io/bitnami/fluentd-exporter:0.2.0
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
helm_tests: docker.io/openstackhelm/heat:newton
elasticsearch_template: docker.io/openstackhelm/heat:newton