n8n-helm

Production-oriented Helm chart for n8n — the fair-code workflow automation platform.

License Latest release App version Kubernetes Artifact Hub


Quick start

helm repo add community-artifacts https://community-artifacts.github.io/n8n-helm
helm repo update
helm install n8n community-artifacts/n8n

Need a values.yaml? See the full values reference and the example overlays in the chart README.

What’s inside

Operational knobs that the upstream n8n image alone doesn’t give you — all opt-in:

Versions

The chart’s MAJOR component tracks the n8n binary’s MAJOR (2.x ships n8n 2.x); chart-side MINOR / PATCH bumps live independently. Full changelog in RELEASE-NOTES.md.

Chartn8n (appVersion)Highlights
2.4.02.21.4Hardening sweep: networkPolicy, requireExplicitEncryptionKey, per-role terminationGracePeriodSeconds, extraManifests/extraTemplateManifests, task-runner sidecar drift fix, HTTP startupProbe defaults
2.3.02.21.4taskRunners.external.launcherConfig
2.2.02.21.4Per-sidecar securityContext on the external task-runner
2.1.02.21.4Replaced Bitnami subcharts with CloudPirates Postgres + Valkey (values-key breaking within 2.x)

Only minor-track entries (X.Y.0) are listed; patches within each minor are covered in RELEASE-NOTES.md.

# pin a specific version
helm install n8n community-artifacts/n8n --version 2.4.0

Source, issues, contributing