From c0cc5a5243bfec6c5704a34e9620453d4367ffc1 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 18 Mar 2026 21:31:16 +0100 Subject: [PATCH] fix(n8n): use community-charts helm repo --- clusters/homelab/apps/n8n/helmrelease.yaml | 30 +++++++++++-------- clusters/homelab/apps/n8n/helmrepository.yaml | 3 +- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/clusters/homelab/apps/n8n/helmrelease.yaml b/clusters/homelab/apps/n8n/helmrelease.yaml index b55a686..c2df222 100644 --- a/clusters/homelab/apps/n8n/helmrelease.yaml +++ b/clusters/homelab/apps/n8n/helmrelease.yaml @@ -8,21 +8,25 @@ spec: chart: spec: chart: n8n - version: ">=0.1.0" + version: ">=1.0.0" sourceRef: kind: HelmRepository name: n8n namespace: n8n values: - main: - config: - generic: - timezone: "Europe/Berlin" - existingSecret: - name: n8n-secret - keys: - encryptionKey: N8N_ENCRYPTION_KEY - persistence: - enabled: true - storageClass: longhorn - size: 2Gi + persistence: + enabled: true + storageClass: longhorn + size: 2Gi + config: + generic: + timezone: "Europe/Berlin" + secret: + n8n: + encryption_key: "" + extraEnv: + N8N_ENCRYPTION_KEY: + valueFrom: + secretKeyRef: + name: n8n-secret + key: N8N_ENCRYPTION_KEY diff --git a/clusters/homelab/apps/n8n/helmrepository.yaml b/clusters/homelab/apps/n8n/helmrepository.yaml index 14d941d..cb8f979 100644 --- a/clusters/homelab/apps/n8n/helmrepository.yaml +++ b/clusters/homelab/apps/n8n/helmrepository.yaml @@ -5,4 +5,5 @@ metadata: namespace: n8n spec: interval: 1h - url: https://8gears.container-registry.com/chartrepo/library + url: https://community-charts.github.io/helm-charts +