Skip to content

Commit

Permalink
feat(n8n): update to latest version and fix chart (#817)
Browse files Browse the repository at this point in the history
* feat(n8n): update and fix deployment

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>

* bump chart

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>

---------

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
  • Loading branch information
davidspek authored Aug 31, 2023
1 parent 0ffbf62 commit d76a3b5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions n8n/helm/n8n/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 17.9.5
- name: n8n
repository: file://../../../../n8n-helm-chart
version: 0.10.0
repository: https://pluralsh.github.io/plural-helm-charts
version: 0.12.0
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.10
digest: sha256:fc3a9af8f0ee854b2a4b489f2f4d171b5ba42145c9e1fea7f4fe4a8fdbf64582
generated: "2023-07-19T09:15:52.357311-04:00"
digest: sha256:ba24b8f4783c55b92ba7e4e0e6360619c908578d56d362ff19b4c3d08ed8ac0a
generated: "2023-08-31T16:37:27.202397+02:00"
8 changes: 4 additions & 4 deletions n8n/helm/n8n/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: n8n
description: helm chart for n8n
type: application
version: 0.1.18
appVersion: "0.236.3"
version: 0.2.0
appVersion: "1.5.1"
dependencies:
- name: postgres
version: 0.1.17
Expand All @@ -13,8 +13,8 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: n8n
version: 0.10.0
repository: file://../../../../n8n-helm-chart
version: 0.12.0
repository: https://pluralsh.github.io/plural-helm-charts
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.10
Expand Down
Binary file removed n8n/helm/n8n/charts/n8n-0.10.0.tgz
Binary file not shown.
Binary file added n8n/helm/n8n/charts/n8n-0.12.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions n8n/helm/n8n/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ redis:
enabled: true
auth:
enabled: false

replica:
replicaCount: 0

n8n:
image:
repository: dkr.plural.sh/n8n/n8nio/n8n
tag: 0.236.3
tag: 1.5.1
extraEnvSecrets:
DB_POSTGRESDB_PASSWORD:
name: n8n.plural-n8n.credentials.postgresql.acid.zalan.do
Expand Down
3 changes: 2 additions & 1 deletion n8n/vendor_images.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docker.io:
images-by-tag-regex:
n8nio/n8n: ^v?[0-9]+\.[0-9]+?\.[0-9]+$
# the below regex can be used to limit the regex range so that only versions >= v1.4.0 are matched
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 comments on commit d76a3b5

Please sign in to comment.