Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions charts/kafka/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## Chart Versions

### 22.2.0-kafka-exporter

- fixed the reference to the archived image of bitnami for kafka-exporter as an intermediate workaround
2 changes: 1 addition & 1 deletion charts/kafka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ description: |
Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.
This chart wraps the `kafka` chart from bitnami and defines a few sensible defaults.
name: kafka
version: 22.2.0
version: 22.2.0-kafka-exporter
appVersion: 22.1.5
3 changes: 2 additions & 1 deletion charts/kafka/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kafka

![Version: 22.2.0](https://img.shields.io/badge/Version-22.2.0-informational?style=flat-square) ![AppVersion: 22.1.5](https://img.shields.io/badge/AppVersion-22.1.5-informational?style=flat-square)
![Version: 22.2.0-kafka-exporter](https://img.shields.io/badge/Version-22.2.0--kafka--exporter-informational?style=flat-square) ![AppVersion: 22.1.5](https://img.shields.io/badge/AppVersion-22.1.5-informational?style=flat-square)

Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.
This chart wraps the `kafka` chart from bitnami and defines a few sensible defaults.
Expand All @@ -20,6 +20,7 @@ This chart wraps the `kafka` chart from bitnami and defines a few sensible defau
| kafka.maxMessageBytes | string | `"_52428800"` | |
| kafka.metrics.jmx.enabled | bool | `true` | |
| kafka.metrics.kafka.enabled | bool | `true` | |
| kafka.metrics.kafka.image.repository | string | `"bitnami/kafka-exporter-archived"` | |
| kafka.metrics.prometheusRule.enabled | bool | `true` | |
| kafka.metrics.serviceMonitor.enabled | bool | `true` | |
| kafka.persistence.size | string | `"30G"` | |
Expand Down
2 changes: 2 additions & 0 deletions charts/kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ kafka:
enabled: true
kafka:
enabled: true
image:
repository: bitnami/kafka-exporter-archived
jmx:
enabled: true

Expand Down