Ver código fonte

Publish new changes in catalog

sonicaj 1 ano atrás
pai
commit
a355fb38e5

+ 0 - 0
community/n8n/1.2.20/Chart.lock → community/n8n/1.2.21/Chart.lock


+ 2 - 2
community/n8n/1.2.20/Chart.yaml → community/n8n/1.2.21/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

+ 0 - 0
community/n8n/1.2.20/README.md → community/n8n/1.2.21/README.md


+ 0 - 0
community/n8n/1.2.20/app-readme.md → community/n8n/1.2.21/app-readme.md


+ 0 - 0
community/n8n/1.2.20/charts/common-1.2.9.tgz → community/n8n/1.2.21/charts/common-1.2.9.tgz


+ 0 - 0
community/n8n/1.2.20/ci/basic-values.yaml → community/n8n/1.2.21/ci/basic-values.yaml


+ 0 - 0
community/n8n/1.2.20/ci/https-values.yaml → community/n8n/1.2.21/ci/https-values.yaml


+ 1 - 1
community/n8n/1.2.20/ix_values.yaml → community/n8n/1.2.21/ix_values.yaml

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

+ 0 - 0
community/n8n/1.2.20/metadata.yaml → community/n8n/1.2.21/metadata.yaml


+ 0 - 0
community/n8n/1.2.20/migrations/migrate → community/n8n/1.2.21/migrations/migrate


+ 0 - 0
community/n8n/1.2.20/questions.yaml → community/n8n/1.2.21/questions.yaml


+ 0 - 0
community/n8n/1.2.20/templates/NOTES.txt → community/n8n/1.2.21/templates/NOTES.txt


+ 1 - 1
community/n8n/1.2.20/templates/_configuration.tpl → community/n8n/1.2.21/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 -}}
 

+ 0 - 0
community/n8n/1.2.20/templates/_n8n.tpl → community/n8n/1.2.21/templates/_n8n.tpl


+ 7 - 0
community/n8n/1.2.20/templates/_persistence.tpl → community/n8n/1.2.21/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

+ 0 - 0
community/n8n/1.2.20/templates/_portal.tpl → community/n8n/1.2.21/templates/_portal.tpl


+ 0 - 0
community/n8n/1.2.20/templates/_postgres.tpl → community/n8n/1.2.21/templates/_postgres.tpl


+ 0 - 0
community/n8n/1.2.20/templates/_redis.tpl → community/n8n/1.2.21/templates/_redis.tpl


+ 0 - 0
community/n8n/1.2.20/templates/_service.tpl → community/n8n/1.2.21/templates/_service.tpl


+ 0 - 0
community/n8n/1.2.20/templates/_validation.tpl → community/n8n/1.2.21/templates/_validation.tpl


+ 0 - 0
community/n8n/1.2.20/templates/common.yaml → community/n8n/1.2.21/templates/common.yaml