From ca06af7eae99355fef973ccf1aa1cffe67d1319a Mon Sep 17 00:00:00 2001 From: Vadim Bauer <1492007+Vad1mo@users.noreply.github.com> Date: Sat, 14 Sep 2024 18:44:50 +0200 Subject: [PATCH] Updated application to version 1.58.2 --- charts/n8n/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/n8n/Chart.yaml b/charts/n8n/Chart.yaml index 5b20142..b6e390c 100644 --- a/charts/n8n/Chart.yaml +++ b/charts/n8n/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: n8n -version: 0.25.1 -appVersion: 1.55.3 +version: 0.25.2 +appVersion: 1.58.2 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." home: https://github.com/8gears/n8n-helm-chart @@ -34,4 +34,4 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - kind: changed - 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." + description: "Updated application to version 1.58.2"