Skip to content

Commit

Permalink
Update n8n chart with image tag 1.75.2
Browse files Browse the repository at this point in the history
Signed-off-by: Burak Ince <burak.ince@linux.org.tr>
  • Loading branch information
Burak Ince committed Jan 23, 2025
1 parent 230e003 commit 97471aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions charts/n8n/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 20.6.3
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 16.4.3
digest: sha256:91c6f81363fad2c2cd9483813a6c7439f02b5a0be46a699d5b016d7dd253356c
generated: "2025-01-17T17:33:45.128253199Z"
version: 16.4.5
digest: sha256:0b6eefd96ad2960ccccd9538eab1b68ee584e9161eaa819ebb08675b0f6a07cc
generated: "2025-01-23T02:44:36.766017378Z"
10 changes: 5 additions & 5 deletions charts/n8n/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ 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.7
version: 0.1.8

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.74.3"
appVersion: "1.75.2"

kubeVersion: ">=1.23.0-0"

Expand Down Expand Up @@ -57,10 +57,10 @@ annotations:
url: https://docs.n8n.io/
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- Update n8nio/n8n image version to 1.74.3
- Update n8nio/n8n image version to 1.75.2
artifacthub.io/images: |
- name: n8n
image: n8nio/n8n:1.74.3
image: n8nio/n8n:1.75.2
platforms:
- linux/amd64
- linux/arm64
Expand Down Expand Up @@ -118,6 +118,6 @@ dependencies:
condition: redis.enabled

- name: postgresql
version: 16.4.3
version: 16.4.5
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
4 changes: 2 additions & 2 deletions 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.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.74.3](https://img.shields.io/badge/AppVersion-1.74.3-informational?style=flat-square)
![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.75.2](https://img.shields.io/badge/AppVersion-1.75.2-informational?style=flat-square)

## Get Helm Repository Info

Expand Down Expand Up @@ -235,7 +235,7 @@ Kubernetes: `>=1.23.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 16.4.3 |
| https://charts.bitnami.com/bitnami | postgresql | 16.4.5 |
| https://charts.bitnami.com/bitnami | redis | 20.6.3 |

## Uninstall Helm Chart
Expand Down

0 comments on commit 97471aa

Please sign in to comment.