Skip to content

Telicent-io/telicent-core-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Upgrading

To upgrade an existing release:

helm upgrade my-release telicent/core

Uninstalling

To uninstall the chart:

helm uninstall my-release

Available Charts

Main Charts

Core Components

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

Demo Prerequisites

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

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

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

License

Copyright © 2025 Telicent Limited

About

Helm charts for deploying Telicent CORE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8