From 68612dba9b3556bff9781975811733a7c8ea4ded Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 11 May 2026 03:00:16 +0000 Subject: [PATCH] chore: update n8n to 2.20.6 --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 325f85e..ce91250 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.19.2-c" -appVersion: "2.19.2" +version: "2.20.6" +appVersion: "2.20.6" keywords: - n8n - workflow diff --git a/values.yaml b/values.yaml index 5cc50b1..eeb4055 100644 --- a/values.yaml +++ b/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: registry: docker.io repository: n8nio/n8n - tag: "2.19.2" + tag: "2.20.6" pullPolicy: IfNotPresent imagePullSecrets: []