mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
[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:
co-authored by
Thomas Gouveia
parent
abb4bdf6db
commit
71af38441e
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user