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 --username <GithubUsername> --password <GithubPAT*> telicent-core-charts 'https://raw.githubusercontent.com/Telicent-io/telicent-core-charts/gh-pages'
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.
*For details see here (PAT must have read access to this repo)
To upgrade an existing release:
helm upgrade my-release telicent/coreTo uninstall the chart:
helm uninstall my-release- telicent-core - The main Telicent CORE platform chart
- telicent-pipelines - Telicent data processing pipelines
The telicent-core chart includes the following sub-charts:
- access - Access control service
- access-ui - Access control user interface
- graph-ui - Graph visualization interface
- query-ui - Query interface for data exploration
- search-ui - Search interface
- graph - Graph data caching service
- search - Search data caching service
- search-projector - Search projector/indexer service
- user-preferences - User preferences management API
The following charts provide demo environment prerequisites:
- demo-prereqs-gateways - Gateway configurations for demo environments
- demo-prereqs-kafka - Kafka setup for demo environments
- demo-prereqs-keycloak - Keycloak authentication for demo environments
- demo-prereqs-mongodb - MongoDB database for demo environments
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- Choose the appropriate chart for your needs (typically
telicent-corefor a full platform deployment) - Review the chart-specific README for configuration options
- Create your custom
values.yamlfile - Install using the Helm commands above
For more detailed information about each component, please consult the individual chart documentation.
Copyright © 2025 Telicent Limited