Files
n8n-chart/n8n/Chart.yaml
T
2021-10-24 12:11:43 +03:00

26 lines
861 B
YAML

apiVersion: v2
name: n8n
description: A Helm chart for n8n.io
dependencies:
- name: redis
version: "15.x.x"
repository: "https://charts.bitnami.com/bitnami"
- name: postgresql
version: "10.x.x"
repository: "https://charts.bitnami.com/bitnami"
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.145.0"