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