n8n - change execution mode (#2212)

* n8n - change execution mode

* whoops
This commit is contained in:
Stavros Kois
2024-02-23 11:51:56 +02:00
committed by GitHub
parent ea1655b701
commit 3fcf8a3772
2 changed files with 2 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ description: n8n is an extendable workflow automation tool.
annotations:
title: n8n
type: application
version: 1.2.24
version: 1.2.25
apiVersion: v2
appVersion: 1.30.0
kubeVersion: '>=1.16.0-0'

View File

@@ -51,7 +51,7 @@ secret:
data:
N8N_ENCRYPTION_KEY: {{ $encKey }}
DB_TYPE: postgresdb
EXECUTIONS_MODE: queue
EXECUTIONS_MODE: regular
DB_POSTGRESDB_USER: {{ $dbUser }}
DB_POSTGRESDB_PASSWORD: {{ $dbPass }}
DB_POSTGRESDB_DATABASE: {{ $dbName }}
@@ -82,7 +82,4 @@ configmap:
N8N_SSL_KEY: /certs/tls.key
N8N_SSL_CERT: /certs/tls.crt
{{- end }}
# https://github.com/n8n-io/n8n/issues/8664#issuecomment-1952155450
SHELL: /bin/sh
{{- end -}}