Browse Source

n8n - change execution mode (#2212)

* n8n - change execution mode

* whoops
Stavros Kois 1 year ago
parent
commit
3fcf8a3772

+ 1 - 1
library/ix-dev/community/n8n/Chart.yaml

@@ -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'

+ 1 - 4
library/ix-dev/community/n8n/templates/_configuration.tpl

@@ -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 -}}