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
+13 -9
View File
@@ -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
config:
generic:
timezone: "Europe/Berlin"
secret:
n8n:
encryption_key: ""
extraEnv:
N8N_ENCRYPTION_KEY:
valueFrom:
secretKeyRef:
name: n8n-secret
key: N8N_ENCRYPTION_KEY
@@ -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