From 03917d03e7e3329921164c49fc6ad48eab1ad08c Mon Sep 17 00:00:00 2001 From: Vadim Bauer <1492007+Vad1mo@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:39:20 +0200 Subject: [PATCH] fixes the issue with webhook-test endpoint by pointing it to the main n8n service instead of webhooks service. --- 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 c009725..5b20142 100644 --- a/charts/n8n/Chart.yaml +++ b/charts/n8n/Chart.yaml @@ -34,4 +34,4 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - kind: changed - description: "Update application to version 1.55.3. Breaking change see https://docs.n8n.io/release-notes/#n8n1550" + description: "[PR#110](https://github.com/8gears/n8n-helm-chart/pull/110) This PR fixes the issue with webhook-test endpoint by pointing it to the main n8n service instead of webhooks service."