From 5390465257e1dd22fa38eadbc65dd2e3ddaff9ac Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Mon, 1 Dec 2025 10:45:37 +1100 Subject: [PATCH] Update n8n for preparing 2.0 upgrade --- home-apps/n8n.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-apps/n8n.yaml b/home-apps/n8n.yaml index 567c2e5..2546ef1 100644 --- a/home-apps/n8n.yaml +++ b/home-apps/n8n.yaml @@ -104,6 +104,8 @@ spec: value: "true" - name: DB_POSTGRESDB_USE_POOL_SIZE value: "10" + - name: NODES_EXCLUDE + value: "[]" volumeMounts: - name: data mountPath: "/root/.n8n"