fix(n8n): use community-charts helm repo

This commit is contained in:
2026-03-18 21:31:16 +01:00
parent 7cdfa7ab8c
commit c0cc5a5243
2 changed files with 19 additions and 14 deletions
+17 -13
View File
@@ -8,21 +8,25 @@ spec:
chart: chart:
spec: spec:
chart: n8n chart: n8n
version: ">=0.1.0" version: ">=1.0.0"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: n8n name: n8n
namespace: n8n namespace: n8n
values: values:
main: persistence:
config: enabled: true
generic: storageClass: longhorn
timezone: "Europe/Berlin" size: 2Gi
existingSecret: config:
name: n8n-secret generic:
keys: timezone: "Europe/Berlin"
encryptionKey: N8N_ENCRYPTION_KEY secret:
persistence: n8n:
enabled: true encryption_key: ""
storageClass: longhorn extraEnv:
size: 2Gi N8N_ENCRYPTION_KEY:
valueFrom:
secretKeyRef:
name: n8n-secret
key: N8N_ENCRYPTION_KEY
@@ -5,4 +5,5 @@ metadata:
namespace: n8n namespace: n8n
spec: spec:
interval: 1h interval: 1h
url: https://8gears.container-registry.com/chartrepo/library url: https://community-charts.github.io/helm-charts