github 8gears/n8n-helm-chart 2.1.0

latest release: 2.1.1
10 days ago

n8n 2.x

Important

This release updates the bundled n8n app version from 1.122.4 to 2.35.7, which is what n8n's latest and stable Docker tags currently point to.

If you do not set image.tag in your values, your next helm upgrade moves you from the n8n 1.x line to 2.x. Pin image.tag: "1.123.75" if you want to stay on 1.x for now.

n8n's only documented 2.0.0 breaking change is the removal of npm from the n8nio/runners image (use pnpm instead). It affects you only if you build your own runners image; it does not affect this chart.

pathType is optional again

Note

The 2.0.1 note saying you now have to set pathType: Prefix no longer applies. Omitting pathType falls back to Prefix again, while an explicit per-path value is still honoured. 🎉

What's Changed

  • Fix typo in CHANGELOG.md summary by @mbaitelman in #287
  • fix: default ingress pathType to Prefix and fix ClusterIP_ service type typo by @Vad1mo in #305

New Contributors

Full Changelog: 2.0.1...2.1.0

Don't miss a new n8n-helm-chart release

NewReleases is sending notifications on new releases.