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-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.
Copyright © 2025 Telicent Limited