mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 21:59:10 +08:00
n8n - update and add cache dir (#2073)
This commit is contained in:
@@ -3,9 +3,9 @@ description: n8n is an extendable workflow automation tool.
|
||||
annotations:
|
||||
title: n8n
|
||||
type: application
|
||||
version: 1.2.20
|
||||
version: 1.2.21
|
||||
apiVersion: v2
|
||||
appVersion: 1.24.1
|
||||
appVersion: 1.25.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
{{- end -}}
|
||||
|
||||
{{- $encKey := (randAlphaNum 32) -}}
|
||||
{{- with (lookup "v1" "Secret" .Release.Namespace (printf "%s-n8n-config" $fullname)) -}}
|
||||
{{- with (lookup "v1" "Secret" .Release.Namespace (printf "%s-n8n-creds" $fullname)) -}}
|
||||
{{- $encKey = ((index .data "N8N_ENCRYPTION_KEY") | b64dec) -}}
|
||||
{{- end -}}
|
||||
|
||||
|
||||
@@ -19,6 +19,13 @@ persistence:
|
||||
n8n:
|
||||
n8n:
|
||||
mountPath: /tmp
|
||||
cache:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
targetSelector:
|
||||
n8n:
|
||||
n8n:
|
||||
mountPath: /.cache
|
||||
{{- range $idx, $storage := .Values.n8nStorage.additionalStorages }}
|
||||
{{ printf "n8n-%v:" (int $idx) }}
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: n8nio/n8n
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.24.1
|
||||
tag: 1.25.1
|
||||
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user