Skip to content

Commit 2b02ae2

Browse files
committed
feat(kafka): add 4.2 version
1 parent 1140a30 commit 2b02ae2

67 files changed

Lines changed: 9893 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

addons/index.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ entries:
6363
kafka:
6464
- version: 3.6
6565
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."
66+
- version: 4.2
67+
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."
6668
pmm:
6769
- version: 2.41
6870
description: "Percona Monitoring and Management: an open source database monitoring, observability and management tool ."
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright Drycc Community.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
4+
annotations:
5+
category: Infrastructure
6+
licenses: Apache-2.0
7+
apiVersion: v2
8+
appVersion: 4.2
9+
dependencies:
10+
- name: common
11+
repository: oci://registry.drycc.cc/charts
12+
version: ~1.1.4
13+
description: Apache Kafka is a distributed streaming platform designed to build real-time pipelines and can be used as a message broker or as a replacement for a log aggregation solution for big data applications.
14+
home: https://github.com/drycc-addons/addons/tree/main/addons/kafka/4.2
15+
icon: https://bitnami.com/assets/stacks/kafka/img/kafka-stack-220x234.png
16+
keywords:
17+
- kafka
18+
- streaming
19+
- producer
20+
- consumer
21+
maintainers:
22+
- name: Drycc Community.
23+
url: https://github.com/drycc-addons/addons
24+
name: kafka
25+
sources:
26+
- https://github.com/drycc-addons/addons/tree/main/addons/kafka
27+
version: 32.4.4

addons/kafka/4.2/chart/kafka-4.2/README.md

Lines changed: 1564 additions & 0 deletions
Large diffs are not rendered by default.

addons/kafka/4.2/chart/kafka-4.2/templates/NOTES.txt

Lines changed: 336 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)