From 7b85e388a1917653665f000ce158152dfa212436 Mon Sep 17 00:00:00 2001 From: "k8s-at-home[bot]" Date: Sun, 20 Mar 2022 21:24:08 +0000 Subject: [PATCH] chore: Auto-update chart README [skip ci] --- charts/stable/influxdb-exporter/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/stable/influxdb-exporter/README.md b/charts/stable/influxdb-exporter/README.md index 9605e52d..b4c30519 100644 --- a/charts/stable/influxdb-exporter/README.md +++ b/charts/stable/influxdb-exporter/README.md @@ -1,6 +1,6 @@ # influxdb-exporter -![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 0.8.1](https://img.shields.io/badge/AppVersion-0.8.1-informational?style=flat-square) +![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![AppVersion: v0.9.0](https://img.shields.io/badge/AppVersion-v0.9.0-informational?style=flat-square) An exporter for metrics in the InfluxDB format, transforms them and exposes them for consumption by Prometheus. @@ -91,11 +91,12 @@ Override the default container `args:` with optons: | Key | Type | Default | Description | |-----|------|---------|-------------| +| args | list | `["--udp.bind-address=0.0.0.0:9123"]` | Override the args for the default container | | env | object | See below | environment variables. See more environment variables in the [influxdb-exporter documentation](https://influxdb-exporter.org/docs). | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"prom/influxdb-exporter"` | image repository | -| image.tag | string | `"v0.8.1"` | image tag | +| image.tag | string | `"v0.9.0"` | image tag | | metrics.enabled | bool | See values.yaml | Enable and configure prometheus-qbittorrent-exporter sidecar and Prometheus podMonitor. | | metrics.serviceMonitor.interval | string | `"15s"` | | | metrics.serviceMonitor.labels | object | `{}` | | @@ -104,7 +105,7 @@ Override the default container `args:` with optons: ## Changelog -### Version 1.0.1 +### Version 1.0.2 #### Added @@ -116,7 +117,7 @@ N/A #### Fixed -* Add the description and custom configuration to the README.md +* Update image to 0.9.0 (InfluxDB v2 clients support), use differnt port for UDP. ### Older versions