8gears / n8n-helm-chart

A Kubernetes Helm chart for n8n a Workflow Automation Tool. Easily automate tasks across different services.
https://artifacthub.io/packages/helm/open-8gears/n8n
Apache License 2.0
187 stars 97 forks source link

Chart at 0.23.0 raising "create: failed to create: Request entity too large: limit is 3145728" #83

Closed finkinfridom closed 6 months ago

finkinfridom commented 6 months ago

We tried to upgrade the chart to version 0.23.0 but the install (performed through terraform apply) failed because of create: failed to create: Request entity too large: limit is 3145728 error.

We tried to downgrade the chart to version 0.22.0 and everything works as expected.

Vad1mo commented 6 months ago

I see that chart is 2 MiB instead of 100 KiB, can you give it a try now, it should be fixed!

finkinfridom commented 6 months ago

I confirm it's fixed. Thanks for the fast resolution