truefoundry-helm

Installation
SKILL.md

Routing note: For ambiguous user intents, use the shared clarification templates in references/intent-clarification.md.

Helm Chart Deployment

Deploy any Helm chart to TrueFoundry -- databases, caches, message queues, vector databases, monitoring tools, or any other OCI-compatible Helm chart. TrueFoundry supports any chart as long as the cluster can pull it from the registry.

Two paths:

  1. CLI (tfy apply) -- Write a YAML manifest and apply it. Works everywhere.
  2. REST API (fallback) -- When CLI unavailable, use tfy-api.sh.

When to Use

  • User explicitly wants a Helm chart deployment for a database (PostgreSQL, MySQL, MongoDB, etc.)
  • User wants to install a cache (Redis, Memcached)
  • User wants to deploy a message queue (RabbitMQ, Kafka, NATS)
  • User says "install helm chart", "deploy via helm"
Related skills
Installs
10
GitHub Stars
1
First Seen
Mar 31, 2026