This repository contains Helm charts for the Tron Platform ecosystem.
The main Tron Platform Helm chart that installs the complete Internal Developer Platform on Kubernetes.
Quick Install:
helm repo add grid-labs-tech https://grid-labs-tech.github.io/charts
helm repo update
helm install tron grid-labs-tech/tronSee the tron chart documentation for detailed installation and configuration options.
helm repo add grid-labs-tech https://grid-labs-tech.github.io/charts
helm repo update# Install Tron Platform
helm install tron grid-labs-tech/tron
# Install with custom values
helm install tron grid-labs-tech/tron -f my-values.yaml
# Install in a specific namespace
helm install tron grid-labs-tech/tron --namespace tron --create-namespacehelm upgrade tron grid-labs-tech/tron
# Upgrade with custom values
helm upgrade tron grid-labs-tech/tron -f my-values.yamlhelm uninstall tronAll charts are also available on Artifact Hub:
Contributions are welcome! Please see our Contributors Guide for detailed information on how to contribute to this Helm charts repository.
For the main Tron Platform project, see the contributing guidelines.
Thank you to all contributors who have helped improve the Tron Platform Helm Charts!
Made with contrib.rocks.
This project is licensed under the Apache License 2.0.
- Main Project: grid-labs-tech/tron
- Charts Repository: grid-labs-tech/charts
- Documentation: Tron Platform Docs