Updating n8n
This commit is contained in:
parent
9d4585e7fb
commit
076cc96f65
|
|
@ -1,9 +1,10 @@
|
||||||
#small deployment with nodeport for local testing or small deployments
|
#small deployment with nodeport for local testing or small deployments
|
||||||
image:
|
image:
|
||||||
repository: n8nio/n8n
|
repository: n8nio/n8n
|
||||||
|
tag: 1.123.4
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "stable"
|
#tag: "stable"
|
||||||
|
|
||||||
|
|
||||||
main:
|
main:
|
||||||
|
|
@ -80,7 +81,8 @@ ingress:
|
||||||
hosts:
|
hosts:
|
||||||
- host: n8n.moritzgraf.de
|
- host: n8n.moritzgraf.de
|
||||||
paths:
|
paths:
|
||||||
- /
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- "n8n.moritzgraf.de"
|
- "n8n.moritzgraf.de"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue