Updating n8n

This commit is contained in:
Moritz Graf 2026-01-02 13:06:24 +01:00
parent 9d4585e7fb
commit 076cc96f65
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,10 @@
#small deployment with nodeport for local testing or small deployments
image:
repository: n8nio/n8n
tag: 1.123.4
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "stable"
#tag: "stable"
main:
@ -80,7 +81,8 @@ ingress:
hosts:
- host: n8n.moritzgraf.de
paths:
- /
- path: /
pathType: Prefix
tls:
- hosts:
- "n8n.moritzgraf.de"