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.
To start using the charts available in this repository, you need to add it to Helm:
helm repo add debezium https://charts.debezium.ioThen update information of available charts locally:
helm repo updateYou can verify the available charts in the debezium repo with:
helm search repo debezium/ --versionsIf you want also the development version to be shown run the following command
helm search repo debezium/ --versions --develFor chart specific information, please refer to the relative GitHub project repository.