Files
n8n-chart/n8n/Chart.yaml
T
a5r0n 933ff46120 fix: update chart dependences
postgresql 11.x => 12.x
2022-11-21 04:17:05 +02:00

26 lines
871 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: "12.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.3
# 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.203.0"