Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelperoco committed Sep 10, 2024
2 parents efeb83f + 0878dda commit 9c1bc7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/n8n/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"

0 comments on commit 9c1bc7a

Please sign in to comment.