Skip to content

Commit d76a3b5

Browse files
authored
feat(n8n): update to latest version and fix chart (#817)
* feat(n8n): update and fix deployment Signed-off-by: David van der Spek <[email protected]> * bump chart Signed-off-by: David van der Spek <[email protected]> --------- Signed-off-by: David van der Spek <[email protected]>
1 parent 0ffbf62 commit d76a3b5

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

n8n/helm/n8n/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ dependencies:
66
repository: https://charts.bitnami.com/bitnami
77
version: 17.9.5
88
- name: n8n
9-
repository: file://../../../../n8n-helm-chart
10-
version: 0.10.0
9+
repository: https://pluralsh.github.io/plural-helm-charts
10+
version: 0.12.0
1111
- name: test-base
1212
repository: https://pluralsh.github.io/module-library
1313
version: 0.1.10
14-
digest: sha256:fc3a9af8f0ee854b2a4b489f2f4d171b5ba42145c9e1fea7f4fe4a8fdbf64582
15-
generated: "2023-07-19T09:15:52.357311-04:00"
14+
digest: sha256:ba24b8f4783c55b92ba7e4e0e6360619c908578d56d362ff19b4c3d08ed8ac0a
15+
generated: "2023-08-31T16:37:27.202397+02:00"

n8n/helm/n8n/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: n8n
33
description: helm chart for n8n
44
type: application
5-
version: 0.1.18
6-
appVersion: "0.236.3"
5+
version: 0.2.0
6+
appVersion: "1.5.1"
77
dependencies:
88
- name: postgres
99
version: 0.1.17
@@ -13,8 +13,8 @@ dependencies:
1313
repository: https://charts.bitnami.com/bitnami
1414
condition: redis.enabled
1515
- name: n8n
16-
version: 0.10.0
17-
repository: file://../../../../n8n-helm-chart
16+
version: 0.12.0
17+
repository: https://pluralsh.github.io/plural-helm-charts
1818
- name: test-base
1919
repository: https://pluralsh.github.io/module-library
2020
version: 0.1.10

n8n/helm/n8n/charts/n8n-0.10.0.tgz

-103 KB
Binary file not shown.

n8n/helm/n8n/charts/n8n-0.12.0.tgz

103 KB
Binary file not shown.

n8n/helm/n8n/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ redis:
2020
enabled: true
2121
auth:
2222
enabled: false
23-
23+
2424
replica:
2525
replicaCount: 0
2626

2727
n8n:
2828
image:
2929
repository: dkr.plural.sh/n8n/n8nio/n8n
30-
tag: 0.236.3
30+
tag: 1.5.1
3131
extraEnvSecrets:
3232
DB_POSTGRESDB_PASSWORD:
3333
name: n8n.plural-n8n.credentials.postgresql.acid.zalan.do

n8n/vendor_images.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
docker.io:
22
images-by-tag-regex:
3-
n8nio/n8n: ^v?[0-9]+\.[0-9]+?\.[0-9]+$
3+
# the below regex can be used to limit the regex range so that only versions >= v1.4.0 are matched
4+
n8nio/n8n: (?:^v?1\.(?:[4-9]|[1-9][0-9]{1,})\.[0-9]+$)|(?:^v?(?:[2-9]|[1-9][0-9]{1,})\.[0-9]+?\.[0-9]+$)

0 commit comments

Comments
 (0)