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-core-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

Canonical Event

IES / RDF

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.

Chart Development

Conventional Commits

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.

New Producer Chart

First 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.

License

Copyright © 2026 Telicent Limited