Welcome to the Talend public helm charts registry
This repository host the public helm charts that are created and maintained by Talend and provide them as a Helm registry.
How to add the Talend public registry to helm
In order for the helm command line to be able to install the charts you need to register this helm registry using the following command
helm repo add talend-public https://talend.github.io/helm-charts-public/stable
You may list all charts available to installation with this command.
helm search talend-public
and then use the classic helm install
command in order to install the chart into your favorite kubernetes cluster.
Note : you may also try the released registry that is available at https://talend.github.io/helm-charts-public/released
It contains production grade charts that are not yet publicly advertised.
Helm Hub
This Talend public registry is also available on the central helm hub here : https://hub.helm.sh/charts?q=Talend