From 71af38441e7cfd74bd9daf5be3b972f0708fe2eb Mon Sep 17 00:00:00 2001 From: Thomas Gouveia <47056759+thomasgouveia@users.noreply.github.com> Date: Wed, 16 Jun 2021 06:28:41 +0200 Subject: [PATCH] [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 Signed-off-by: Thomas Gouveia * [prometheus-kafka-exporter] chore: bump version to 1.1.1 Signed-off-by: Thomas Gouveia Co-authored-by: Thomas Gouveia --- charts/prometheus-kafka-exporter/Chart.yaml | 2 +- charts/prometheus-kafka-exporter/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/prometheus-kafka-exporter/Chart.yaml b/charts/prometheus-kafka-exporter/Chart.yaml index 93b29def..b8069669 100644 --- a/charts/prometheus-kafka-exporter/Chart.yaml +++ b/charts/prometheus-kafka-exporter/Chart.yaml @@ -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: diff --git a/charts/prometheus-kafka-exporter/values.yaml b/charts/prometheus-kafka-exporter/values.yaml index 4785de2e..98156b10 100644 --- a/charts/prometheus-kafka-exporter/values.yaml +++ b/charts/prometheus-kafka-exporter/values.yaml @@ -72,6 +72,8 @@ resources: {} nodeSelector: {} +annotations: {} + tolerations: [] affinity: {}