forked from 8gears/n8n-helm-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml
53 lines (50 loc) · 1.59 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
apiVersion: v2
name: n8n
version: 0.13.0
appVersion: 1.7.1
type: application
description: "A Kubernetes Helm chart for n8n a free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services."
home: https://github.com/8gears/n8n-helm-chart
icon: https://avatars1.githubusercontent.com/u/45487711?s=200&v=4
keywords:
- Workflow Automation
- Workflow
- iPaaS
- integration-framework
- low-code-plattform
- low-code
sources:
- https://github.com/n8n-io/n8n
- https://n8n.io/
maintainers:
- name: Vadim Bauer
dependencies:
- name: redis
version: 17.2.0
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
annotations:
artifacthub.io/changes: |
- kind: added
description: "Chart 0.13.0 adds support for app version 1.7.1"
- kind: changed
description: "Correctly perform semantic version comparison"
links:
- name: "GitHub PR"
url: https://github.com/8gears/n8n-helm-chart/pull/54
- kind: changed
description: "Fixed secret volume mnt for existing secret"
links:
- name: "GitHub PR"
url: https://github.com/8gears/n8n-helm-chart/pull/51
- kind: changed
description: "Updated App Version to 1.5.1"
- kind: added
description: "Added support for specifying initContainers and probes"
- kind: changed
description: "Updated App Version to 0.236.3"
- kind: added
description: "Support Kubernetes 1.25"
links:
- name: "GitHub PR"
url: https://github.com/8gears/n8n-helm-chart/pull/46