Updated n8n to newest version§
This commit is contained in:
parent
065190afb7
commit
2485dce4cc
|
|
@ -764,7 +764,7 @@ kubectl create secret generic garth-token-secret --from-file=GARTH_TOKEN=./garth
|
|||
kubectl create ns n8n-fabi
|
||||
helm upgrade --cleanup-on-fail --install fabi-n8n \
|
||||
oci://8gears.container-registry.com/library/n8n \
|
||||
--namespace n8n-fabi --values n8n-fabi/n8n-fabi.secret.yml --version 1.0.15
|
||||
--namespace n8n-fabi --values n8n-fabi/n8n-fabi.secret.yml --version 2.0.1
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3,13 +3,15 @@ image:
|
|||
repository: n8nio/n8n
|
||||
pullPolicy: Always
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "stable"
|
||||
tag: 2.9.1
|
||||
|
||||
|
||||
main:
|
||||
config:
|
||||
generic:
|
||||
timezone: Europe/Berlin
|
||||
# Maintain access to env vars in Code nodes (v2.0 blocks this by default)
|
||||
block_env_access_in_node: false
|
||||
n8n:
|
||||
editor_base_url: https://n8n-fabi.moritzgraf.de
|
||||
webhook_url: https://n8n-fabi.moritzgraf.de
|
||||
|
|
@ -80,7 +82,8 @@ ingress:
|
|||
hosts:
|
||||
- host: n8n-fabi.moritzgraf.de
|
||||
paths:
|
||||
- /
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- "n8n-fabi.moritzgraf.de"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#small deployment with nodeport for local testing or small deployments
|
||||
image:
|
||||
repository: n8nio/n8n
|
||||
tag: 1.123.4
|
||||
tag: 2.9.1
|
||||
pullPolicy: Always
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
#tag: "stable"
|
||||
|
|
@ -11,6 +11,8 @@ main:
|
|||
config:
|
||||
generic:
|
||||
timezone: Europe/Berlin
|
||||
# Maintain access to env vars in Code nodes (v2.0 blocks this by default)
|
||||
block_env_access_in_node: false
|
||||
n8n:
|
||||
editor_base_url: https://n8n.moritzgraf.de
|
||||
webhook_url: https://n8n.moritzgraf.de
|
||||
|
|
|
|||
Loading…
Reference in New Issue