From c7c4dd14d31122872901265171f0b52cd119387a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Tuszy=C5=84ski?= Date: Wed, 19 Jun 2024 14:35:30 +0200 Subject: [PATCH] Update to app version 1.45.1 (#100) There were some core functionalities, bugs, and security updates in between. See https://docs.n8n.io/release-notes/#n8n1451 for more info. --- Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 7122e3c..b9f5d91 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: n8n -version: 0.23.0 -appVersion: 1.33.1 +version: 0.24.0 +appVersion: 1.45.1 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." @@ -33,4 +33,4 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - kind: changed - description: "Update application version of n8n 1.33.1" + description: "Update application version of n8n 1.45.1"