From f0f4ce44b5b5c5ca9d2377bc263fbb2ce2c49b12 Mon Sep 17 00:00:00 2001 From: Rafael Peroco Date: Tue, 16 Jul 2024 20:07:27 -0300 Subject: [PATCH 1/2] fix: test webhook --- charts/n8n/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/n8n/templates/ingress.yaml b/charts/n8n/templates/ingress.yaml index b149dcd..946b945 100644 --- a/charts/n8n/templates/ingress.yaml +++ b/charts/n8n/templates/ingress.yaml @@ -64,7 +64,7 @@ spec: pathType: Prefix backend: service: - name: {{ $fullName }}-webhooks + name: {{ $fullName }} port: number: {{ $svcPort }} - path: {{ . }}webhook-waiting/ From efeb83f3e8f26c66942eab4c3625a868919ffdb9 Mon Sep 17 00:00:00 2001 From: Rafael Peroco Date: Tue, 16 Jul 2024 20:10:15 -0300 Subject: [PATCH 2/2] chore: update n8n version to 0.24.5 --- charts/n8n/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/n8n/Chart.yaml b/charts/n8n/Chart.yaml index 740b260..7c102d8 100644 --- a/charts/n8n/Chart.yaml +++ b/charts/n8n/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: n8n -version: 0.24.4 +version: 0.24.5 appVersion: 1.49.0 type: application description: "A Kubernetes Helm chart for n8n a free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services."