From 076cc96f656293fd5b8135427e5816c5e6b780a4 Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Fri, 2 Jan 2026 13:06:24 +0100 Subject: [PATCH] Updating n8n --- k8s/n8n/n8n.secret.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/k8s/n8n/n8n.secret.yml b/k8s/n8n/n8n.secret.yml index c7b33a2..5d59835 100644 --- a/k8s/n8n/n8n.secret.yml +++ b/k8s/n8n/n8n.secret.yml @@ -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"