浏览代码

n8n bump version (#2178)

* n8n bump version

* fix the actual issue
Stavros Kois 1 年之前
父节点
当前提交
7e66acb28c

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

@@ -3,9 +3,9 @@ description: n8n is an extendable workflow automation tool.
 annotations:
   title: n8n
 type: application
-version: 1.2.21
+version: 1.2.22
 apiVersion: v2
-appVersion: 1.25.1
+appVersion: 1.27.3
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 2 - 0
library/ix-dev/community/n8n/templates/_configuration.tpl

@@ -82,5 +82,7 @@ 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 -}}

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

@@ -1,7 +1,7 @@
 image:
   repository: n8nio/n8n
   pullPolicy: IfNotPresent
-  tag: 1.25.1
+  tag: 1.27.3
 
 resources:
   limits: