This repository contains Helm charts for deploying the Telicent CORE platform and its components.
To install the Telicent CORE Helm chart, use the following commands:
helm repo add telicent-core-charts 'https://charts.telicent.io'
helm repo update
helm search repo telicent-core-charts
helm install my-release telicent-core --values <path-to-your-values-file.yaml>
Replace my-release with your desired release name.
To upgrade an existing release:
helm upgrade my-release
To uninstall the chart:
helm uninstall my-release
The telicent-core chart includes the following sub-charts:
The following charts provide demo environment prerequisites:
For detailed configuration options and values, please refer to the individual chart READMEs linked above. Each chart has its own set of configurable values and deployment options.
To customize the values, create a values.yaml file and override the default values as needed:
helm install my-release ./telicent-core -f values.yaml
telicent-core for a full platform deployment)values.yaml fileFor more detailed information about each component, please consult the individual chart documentation.
Release Please is used to automatically generate release PRs for Charts as changes are made to Charts. This detects eligible changes based upon conventional commit messages, therefore any changes you make to Charts MUST use conventional commit messages in order for a release PR to be generated e.g.
chore(chart): Upgrade version to X.Y.Zfix(chart): Fix missing configurationfeat(chart): Add new storage layerFirst Create a new blank producer from the template:
helm create -p .dev/starter-charts/producer <producer-name>
Modify the SOURCE_TOPIC, TARGET_TOPIC, image name, along with any other changes this particular producer requires.
Copyright © 2026 Telicent Limited