Skip to content

Commit

Permalink
Update n8n chart with image tag 1.74.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
burakince committed Jan 17, 2025
1 parent dfe7310 commit f3e7a74
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 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.1
version: 20.6.3
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 16.3.4
digest: sha256:d80207ec8523b704e244fa7c8db13c278765458bdb483a36123a8b937564b00e
generated: "2024-12-23T17:28:18.221643+01:00"
version: 16.4.3
digest: sha256:91c6f81363fad2c2cd9483813a6c7439f02b5a0be46a699d5b016d7dd253356c
generated: "2025-01-17T17:33:45.128253199Z"
12 changes: 6 additions & 6 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.6
version: 0.1.7

# 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.1"
appVersion: "1.74.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.74.1
- Update n8nio/n8n image version to 1.74.3
artifacthub.io/images: |
- name: n8n
image: n8nio/n8n:1.74.1
image: n8nio/n8n:1.74.3
platforms:
- linux/amd64
- linux/arm64
Expand Down Expand Up @@ -113,11 +113,11 @@ annotations:
dependencies:
- name: redis
version: 20.6.1
version: 20.6.3
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

- name: postgresql
version: 16.3.4
version: 16.4.3
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
6 changes: 3 additions & 3 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.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.74.1](https://img.shields.io/badge/AppVersion-1.74.1-informational?style=flat-square)
![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)

## Get Helm Repository Info

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

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

## Uninstall Helm Chart

Expand Down

0 comments on commit f3e7a74

Please sign in to comment.