helm-charts

Thand Helm Charts

Release Charts

This repository contains Helm charts for deploying Thand components to Kubernetes.

Usage

Add Helm Repository

helm repo add thand https://helm.thand.io
helm repo update

Install Chart

helm install thand-agent thand/agent --namespace thand-system --create-namespace

Available Charts

Thand Agent

The Thand Agent is an open-source agent for AI-ready privilege access management (PAM) and just-in-time access (JIT) to cloud infrastructure, SaaS applications and local systems.

Chart Repository: thand/agent

Documentation: charts/agent/README.md

Quick Install:

helm install thand-agent thand/agent -n thand-system --create-namespace

Development

Local Testing

# Lint chart
helm lint charts/agent

# Template chart (dry-run)
helm template thand-agent charts/agent

# Install chart locally
helm install thand-agent charts/agent --namespace thand-system --create-namespace --dry-run --debug

Package Chart

helm package charts/agent

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

BSL-1.1 - See LICENSE for more information.