fix(n8n): use community-charts helm repo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user