Skip to content

Commit

Permalink
Fix n8n chart definition
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Dec 30, 2024
1 parent bdd5d1c commit 7a8b2cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/n8n/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down Expand Up @@ -57,10 +57,10 @@ annotations:
url: https://docs.n8n.io/
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- Update n8n-io/n8n image version to 1.72.1
- Fix artifacthub image definition
artifacthub.io/images: |
- name: n8n
image: n8nio/n8n:1.71.3
image: n8nio/n8n:1.72.1
platforms:
- linux/amd64
- linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion charts/n8n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A Helm chart for fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.72.1](https://img.shields.io/badge/AppVersion-1.72.1-informational?style=flat-square)
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.72.1](https://img.shields.io/badge/AppVersion-1.72.1-informational?style=flat-square)

## Get Helm Repository Info

Expand Down

0 comments on commit 7a8b2cd

Please sign in to comment.