[prometheus-kafka-exporter] Add missing key annotations in values.yml example (#1078)

* [prometheus-kafka-exporter] fix(values.yaml): Add missing key `annotations` (prometheus-community#1077)

Signed-off-by: Thomas Gouveia <thom32600@hotmail.fr>
Signed-off-by: Thomas Gouveia <thomas.gouveia@ioterop.com>

* [prometheus-kafka-exporter] chore: bump version to 1.1.1

Signed-off-by: Thomas Gouveia <thomas.gouveia@ioterop.com>

Co-authored-by: Thomas Gouveia <thomas.gouveia@ioterop.com>
This commit is contained in:
Thomas Gouveia
2021-06-15 21:28:41 -07:00
committed by GitHub
co-authored by Thomas Gouveia
parent abb4bdf6db
commit 71af38441e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ appVersion: "v1.2.0"
description: A Helm chart to export the metrics from Kafka in Prometheus format using the kafka-exporter from https://github.com/danielqsj/kafka_exporter
name: prometheus-kafka-exporter
home: https://github.com/danielqsj/kafka_exporter
version: 1.1.0
version: 1.1.1
sources:
- https://gkarthiks.github.io/helm-charts/charts/prometheus-kafka-exporter
keywords:
@@ -72,6 +72,8 @@ resources: {}
nodeSelector: {}
annotations: {}
tolerations: []
affinity: {}