telicent-core-charts

Telicent CORE Helm Charts

This repository contains Helm charts for deploying the Telicent CORE platform and its components.

Installation

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.

Upgrading

To upgrade an existing release:

helm upgrade my-release 

Uninstalling

To uninstall the chart:

helm uninstall my-release

Available Charts

Main Charts

Core Components

The telicent-core chart includes the following sub-charts:

Data Components

ACLED

Demo Prerequisites

The following charts provide demo environment prerequisites:

Configuration

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

Getting Started

  1. Choose the appropriate chart for your needs (typically telicent-core for a full platform deployment)
  2. Review the chart-specific README for configuration options
  3. Create your custom values.yaml file
  4. Install using the Helm commands above
  5. More configuration information can be found here

For more detailed information about each component, please consult the individual chart documentation.

License

Copyright © 2025 Telicent Limited