From 0b9c503f50f51b52480bb6eb892295fb588e9551 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 25 May 2026 03:00:27 +0000 Subject: [PATCH] chore: update n8n to 2.22.2 --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index da8204c..32e503d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: n8n description: A Helm chart for n8n workflow automation on Kubernetes (ARM/Raspberry Pi ready) type: application -version: "2.21.3" -appVersion: "2.21.3" +version: "2.22.2" +appVersion: "2.22.2" keywords: - n8n - workflow diff --git a/values.yaml b/values.yaml index 028c4a3..0a4028d 100644 --- a/values.yaml +++ b/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: registry: docker.io repository: n8nio/n8n - tag: "2.21.3" + tag: "2.22.2" pullPolicy: IfNotPresent imagePullSecrets: []