flow: update n8n
This commit is contained in:
parent
f361e7a6ee
commit
8578b79709
|
@ -8,7 +8,8 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: n8n
|
chart: n8n
|
||||||
version: 0.20.1
|
# https://github.com/8gears/n8n-helm-chart/blob/master/Chart.yaml
|
||||||
|
version: 0.23.0
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: 8gears
|
name: 8gears
|
||||||
|
|
|
@ -6,6 +6,9 @@ metadata:
|
||||||
data:
|
data:
|
||||||
values.yaml: |
|
values.yaml: |
|
||||||
# https://github.com/8gears/n8n-helm-chart/blob/master/values.yaml
|
# https://github.com/8gears/n8n-helm-chart/blob/master/values.yaml
|
||||||
|
image:
|
||||||
|
tag: "1.42.1"
|
||||||
|
|
||||||
n8n:
|
n8n:
|
||||||
encryption_key: "${encryption_key}"
|
encryption_key: "${encryption_key}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue