diff --git a/README.md b/README.md index a2f7e9f..5b9b754 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ There is no restriction, mix and match as you like. Install chart ```shell -helm install my-n8n oci://8gears.container-registry.com/library/n8n --version 0.23.1 +helm install my-n8n oci://8gears.container-registry.com/library/n8n --version 0.25.0 ``` # N8N Specific Config Section diff --git a/charts/n8n/Chart.yaml b/charts/n8n/Chart.yaml index 7c102d8..c009725 100644 --- a/charts/n8n/Chart.yaml +++ b/charts/n8n/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: n8n -version: 0.24.5 -appVersion: 1.49.0 +version: 0.25.1 +appVersion: 1.55.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." home: https://github.com/8gears/n8n-helm-chart @@ -34,4 +34,4 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - kind: changed - description: "Update application version of n8n 1.49.0" + description: "Update application to version 1.55.3. Breaking change see https://docs.n8n.io/release-notes/#n8n1550"