truefoundry-helm

Deploy OCI-compatible Helm charts to TrueFoundry workspaces via tfy apply.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helm-based deployment of infrastructure components can be error-prone and manual. This Skill enables automated Helm chart deployments to TrueFoundry, supporting any public or private OCI Helm chart and integrating with the standard YAML manifests used by tfy apply.

Core Features & Use Cases

  • Deploy OCI-compatible Helm charts for databases, caches, message queues, and other infrastructure components within TrueFoundry workspaces.
  • Use either the CLI path (tfy apply) or a REST API fallback for environments without the CLI; deployments include prerequisite checks, workspace scoping, and automatic health verification.
  • Enforce chart version pinning, credentials handling, and post-deploy validation to ensure safe, auditable infrastructure provisioning.

Quick Start

Create a Helm manifest and deploy with tfy apply -f manifest.yaml, but first preview with --dry-run.

Frequently Asked Questions about truefoundry-helm

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

FAQPage Schema
How do I deploy OCI-compatible Helm charts to Kubernetes reliably?

Deploy OCI-compatible Helm charts to Kubernetes reliably by orchestrating infrastructure provisioning through TrueFoundry, enforcing chart version pinning and post-deploy health verification for safe, auditable outcomes.

Can I deploy private infrastructure Helm charts without installing a CLI?

You can deploy private infrastructure Helm charts without a CLI by utilizing a REST API fallback, ensuring workspace-scoped deployments and credential checks are still enforced for secure infrastructure provisioning.

What is the best way to automate Helm chart deployments for infrastructure components?

Automating Helm chart deployments for infrastructure components is best handled by orchestrating OCI-compatible charts with tfy apply, integrating prerequisite checks and automatic health verification into the deployment process.

How do I preview a Helm chart deployment before applying changes?

Preview a Helm chart deployment before applying changes by running tfy apply with the --dry-run flag, allowing you to validate the YAML manifest and workspace scoping safely.

Why does my infrastructure Helm deployment fail post-deploy validation?

Infrastructure Helm deployments fail post-deploy validation when prerequisite checks, credential handling, or chart version pinning are incomplete, preventing unsafe or unauditable provisioning within the TrueFoundry workspace.

Does TrueFoundry Helm support both public and private OCI chart repositories?

TrueFoundry Helm supports deploying any public or private OCI-compatible Helm chart, enforcing credential checks and workspace scoping to ensure safe infrastructure provisioning across different repository types.