From 3ec982de4055f39ff84232085ea9ea1b7c4dafa9 Mon Sep 17 00:00:00 2001 From: Vadim Bauer <1492007+Vad1mo@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:23:33 +0200 Subject: [PATCH] update app to version 1.47.3 --- 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 2abb162..302d5e7 100644 --- a/charts/n8n/Chart.yaml +++ b/charts/n8n/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: n8n -version: 0.24.0 -appVersion: 1.45.1 +version: 0.24.1 +appVersion: 1.47.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." @@ -35,4 +35,4 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - kind: changed - description: "Update application version of n8n 1.45.1" + description: "Update application version of n8n 1.47.3"