Skip to main content
Nov 12, 2025
v0.19.691

Helm Repository Support

Helm Components now support deploying charts directly from public Helm repositories via the helm_repo block. This allows you to use any chart available on public repositories like the Prometheus Community charts without needing to maintain your own Git repository. To use a public Helm chart, specify the repository URL and chart name:
This is equivalent to the Helm CLI workflow:
You can discover public Helm charts on Artifact Hub, which indexes thousands of open-source Helm charts. See the Helm Chart Components guide for more details.