From 07186fb14aed5f845d9f66ecda2c9c941946c489 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 18 May 2026 03:00:22 +0000 Subject: [PATCH] chore: update n8n to 2.21.3 --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index ce91250..da8204c 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.20.6" -appVersion: "2.20.6" +version: "2.21.3" +appVersion: "2.21.3" keywords: - n8n - workflow diff --git a/values.yaml b/values.yaml index eeb4055..028c4a3 100644 --- a/values.yaml +++ b/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: registry: docker.io repository: n8nio/n8n - tag: "2.20.6" + tag: "2.21.3" pullPolicy: IfNotPresent imagePullSecrets: []