diff --git a/library/ix-dev/community/n8n/Chart.yaml b/library/ix-dev/community/n8n/Chart.yaml index 371b53c10d..ff4c24fbf6 100644 --- a/library/ix-dev/community/n8n/Chart.yaml +++ b/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' diff --git a/library/ix-dev/community/n8n/templates/_configuration.tpl b/library/ix-dev/community/n8n/templates/_configuration.tpl index 5cdf31b2f0..21cd8724ad 100644 --- a/library/ix-dev/community/n8n/templates/_configuration.tpl +++ b/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 -}}