From a2603449b5f6799af1aab574ab06d5e9eed4f7c2 Mon Sep 17 00:00:00 2001 From: Vadim Bauer <1492007+Vad1mo@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:00:23 +0200 Subject: [PATCH] Update application to version 1.55.3. Breaking change see https://docs.n8n.io/release-notes/#n8n1550 --- 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 1a5ad35..5770d0b 100644 --- a/charts/n8n/Chart.yaml +++ b/charts/n8n/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: n8n -version: 0.24.5 -appVersion: 1.54.4 +version: 0.25.0 +appVersion: 1.55.3 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: "Update application version of n8n 1.54.4" + description: "Update application to version 1.55.3. Breaking change see https://docs.n8n.io/release-notes/#n8n1550"