diff --git a/library/ix-dev/community/n8n/Chart.yaml b/library/ix-dev/community/n8n/Chart.yaml index 67e8428a1e..0bc2d61cbd 100644 --- a/library/ix-dev/community/n8n/Chart.yaml +++ b/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.20 +version: 1.2.21 apiVersion: v2 -appVersion: 1.24.1 +appVersion: 1.25.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/n8n/templates/_configuration.tpl b/library/ix-dev/community/n8n/templates/_configuration.tpl index d8c7afb511..3529c08b1a 100644 --- a/library/ix-dev/community/n8n/templates/_configuration.tpl +++ b/library/ix-dev/community/n8n/templates/_configuration.tpl @@ -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 -}} diff --git a/library/ix-dev/community/n8n/templates/_persistence.tpl b/library/ix-dev/community/n8n/templates/_persistence.tpl index f94abf09c1..3535850531 100644 --- a/library/ix-dev/community/n8n/templates/_persistence.tpl +++ b/library/ix-dev/community/n8n/templates/_persistence.tpl @@ -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 diff --git a/library/ix-dev/community/n8n/values.yaml b/library/ix-dev/community/n8n/values.yaml index 9bed8c931c..ae6bcc754a 100644 --- a/library/ix-dev/community/n8n/values.yaml +++ b/library/ix-dev/community/n8n/values.yaml @@ -1,7 +1,7 @@ image: repository: n8nio/n8n pullPolicy: IfNotPresent - tag: 1.24.1 + tag: 1.25.1 resources: limits: