Helm Chart Release / release-chart (push) Successful in 5s
n8n 2.23+ has higher memory requirements. The previous 512Mi limit
caused OOM crashes (JS heap exhausted at ~248MB).
Changes:
- memory limit: 512Mi -> 1Gi, request: 256Mi -> 512Mi
- NODE_OPTIONS: --max-old-space-size={{ nodeHeapSizeMb }} (default 768MB)
keeps JS heap at 75% of limit, leaving headroom for native code/buffers
- WEBHOOK_URL -> N8N_WEBHOOK_URL (deprecation warning fix)
- values.yaml: expose nodeHeapSizeMb for tuning
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
23 lines
518 B
YAML
23 lines
518 B
YAML
apiVersion: v2
|
|
name: n8n
|
|
description: A Helm chart for n8n workflow automation on Kubernetes (ARM/Raspberry Pi ready)
|
|
type: application
|
|
version: "2.36.5-a"
|
|
appVersion: "2.36.5"
|
|
keywords:
|
|
- n8n
|
|
- workflow
|
|
- automation
|
|
- integration
|
|
maintainers:
|
|
- name: Pieter
|
|
url: https://git.cafepieters.com/helmchart/repo/
|
|
home: https://n8n.io/
|
|
sources:
|
|
- https://github.com/n8n-io/n8n
|
|
icon: https://n8n.io/favicon.ico
|
|
kubeVersion: ">=1.19.0-0"
|
|
annotations:
|
|
category: Automation
|
|
licenses: Sustainable Use License
|