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: []