Skip to content

Commit

Permalink
Update n8n chart with image tag 1.76.3
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 Feb 5, 2025
1 parent 205d9d5 commit e91c248
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
@@ -1,9 +1,9 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 20.6.3
version: 20.7.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 16.4.6
digest: sha256:e87ce4ee1402c56d75b915dbb0b7eeba03c49f01ffdff1de82c7d8ceb3f2bc8d
generated: "2025-02-04T02:47:17.127966026Z"
digest: sha256:4ac9897e4d1bee0d47b7d72462b42a2a99837d9887825763f61aaa63fab538ff
generated: "2025-02-05T02:47:30.062696211Z"
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.10
version: 0.1.11

# 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.76.2"
appVersion: "1.76.3"

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.76.2
- Update n8nio/n8n image version to 1.76.3
artifacthub.io/images: |
- name: n8n
image: n8nio/n8n:1.76.2
image: n8nio/n8n:1.76.3
platforms:
- linux/amd64
- linux/arm64
Expand Down Expand Up @@ -113,7 +113,7 @@ annotations:
dependencies:
- name: redis
version: 20.6.3
version: 20.7.0
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

Expand Down
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.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.76.2](https://img.shields.io/badge/AppVersion-1.76.2-informational?style=flat-square)
![Version: 0.1.11](https://img.shields.io/badge/Version-0.1.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.76.3](https://img.shields.io/badge/AppVersion-1.76.3-informational?style=flat-square)

## Get Helm Repository Info

Expand Down Expand Up @@ -236,7 +236,7 @@ Kubernetes: `>=1.23.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 16.4.6 |
| https://charts.bitnami.com/bitnami | redis | 20.6.3 |
| https://charts.bitnami.com/bitnami | redis | 20.7.0 |

## Uninstall Helm Chart

Expand Down

0 comments on commit e91c248

Please sign in to comment.