Publish new changes in catalog

This commit is contained in:
sonicaj
2024-02-19 14:08:43 +00:00
parent 7e66acb28c
commit f86f28ef3e
21 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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