debezium-charts

Debezium Helm charts

This repository serves as a hosting for the Helm chart repository (index.yaml).

The Helm chart repository contains Debezium charts for:

The content of the index.yaml is generated by the Debezium release workflow.

How to use the repository

To start using the charts available in this repository, you need to add it to Helm:

helm repo add debezium https://charts.debezium.io

Then update information of available charts locally:

helm repo update

You can verify the available charts in the debezium repo with:

helm search repo debezium/ --versions --devel

For chart specific information, please refer to the relative GitHub project repository.