From f6853ad50baa5270e531c32fb385a45d068bc51e Mon Sep 17 00:00:00 2001 From: Vadim Bauer <1492007+Vad1mo@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:51:03 +0200 Subject: [PATCH 1/3] Update application version of n8n 1.54.4 --- 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 740b260..1a5ad35 100644 --- a/charts/n8n/Chart.yaml +++ b/charts/n8n/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: n8n -version: 0.24.4 -appVersion: 1.49.0 +version: 0.24.5 +appVersion: 1.54.4 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.49.0" + description: "Update application version of n8n 1.54.4" 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 2/3] 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" From 0878dda16d5a1a452f9a80dca8bc34c020bb70fc Mon Sep 17 00:00:00 2001 From: Vadim Bauer <1492007+Vad1mo@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:09:48 +0200 Subject: [PATCH 3/3] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2f7e9f..5b9b754 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ There is no restriction, mix and match as you like. Install chart ```shell -helm install my-n8n oci://8gears.container-registry.com/library/n8n --version 0.23.1 +helm install my-n8n oci://8gears.container-registry.com/library/n8n --version 0.25.0 ``` # N8N Specific Config Section