helm

Deploys infrastructure components via Helm charts using the tfy apply CLI or REST API.

13|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/truefoundry/tfy-agent-skills --skill helm-truefoundry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: helm
Source: https://github.com/truefoundry/tfy-agent-skills/tree/main/skills/helm
Command: npx skills add https://github.com/truefoundry/tfy-agent-skills --skill helm-truefoundry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the deployment of any infrastructure component (databases, caches, message queues, etc.) by leveraging Helm charts, abstracting away Kubernetes complexity.

Core Features & Use Cases

  • Universal Chart Deployment: Deploy any public or private OCI Helm chart, including databases (Postgres, MongoDB, Redis), message brokers (Kafka, RabbitMQ), and vector databases (Qdrant, Milvus).
  • CLI & API Support: Supports deployment via the tfy apply CLI or a REST API fallback.
  • Use Case: Deploy a production-ready PostgreSQL database with specific storage, resource, and HA configurations by simply providing the chart details and desired values.

Quick Start

Use the helm skill to deploy a Postgres database using the official Helm chart with 20Gi of storage.

Frequently Asked Questions about helm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy infrastructure on Kubernetes using Helm charts?

Yes, you can deploy private OCI Helm charts using this skill. It supports any public or private OCI Helm chart for infrastructure components like databases, message brokers, and vector databases.

What is the best way to provision a database on TrueFoundry?

Provisioning a database on TrueFoundry is done via the Helm skill using `tfy apply` or a REST API fallback. You provide the chart details and desired storage and resource values for a production-ready deployment.

Can I deploy private OCI Helm charts for databases?

Yes, you can deploy private OCI Helm charts using this skill. It supports any public or private OCI Helm chart for infrastructure components like databases, message brokers, and vector databases.

Does the Helm deployment skill support REST API fallback?

Yes, the Helm deployment skill supports a REST API fallback for infrastructure provisioning. It primarily facilitates deployment via the `tfy apply` CLI but falls back to the REST API if needed.

How do I deploy a vector database like Qdrant or Milvus via Helm?

Deploy a vector database like Qdrant or Milvus via Helm by providing the specific OCI chart details and configurations to the skill. It abstracts Kubernetes complexity to ensure robust infrastructure provisioning.