Skip to main content
Version: 0.7 (Next)

Helm Templates

Helm templates define the packaging and deployment configuration for applications on Konstruct. They reference a Git repository containing your Helm chart, which Konstruct uses to generate Kubernetes manifests during deployment.

Viewing Helm Templates

Navigate to Helm templates in the sidebar. The list shows all registered templates with their name, repository, and organization scope.

The Helm templates list page

Registering a Helm Template

Click Register Helm template to open the form. Select which organizations can use this template, then provide the name, description, repository URL, path to the chart within the repository, and the branch.

The register Helm template form

After registration, the template is available for selection when registering application repositories.

Helm templates list showing the newly registered template
Watch the Helm template registration flow