Skip to content

Commit

Permalink
bump kafka exporter to 1.7.0 (#3787)
Browse files Browse the repository at this point in the history
Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 authored Sep 12, 2023
1 parent 9f13ae0 commit 5e249df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/prometheus-kafka-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "v1.6.0"
appVersion: "v1.7.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: 2.4.0
version: 2.5.0
kubeVersion: ">=1.19.0-0"
sources:
- https://gkarthiks.github.io/helm-charts/charts/prometheus-kafka-exporter
Expand All @@ -22,7 +22,7 @@ annotations:
- name: Chart Source
url: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-kafka-exporter
dependencies:
- name: kafka
version: "18.5.0"
repository: https://charts.bitnami.com/bitnami
condition: kafka.enabled
- name: kafka
version: "18.5.0"
repository: https://charts.bitnami.com/bitnami
condition: kafka.enabled

0 comments on commit 5e249df

Please sign in to comment.