mirror of
https://github.com/outbackdingo/n8n-chart.git
synced 2026-08-25 14:53:31 +00:00
28 lines
907 B
YAML
28 lines
907 B
YAML
apiVersion: v2
|
|
name: n8n
|
|
description: A Helm chart for n8n.io
|
|
|
|
dependencies:
|
|
- name: redis
|
|
version: "20.x"
|
|
repository: "https://charts.bitnami.com/bitnami"
|
|
|
|
- name: postgresql
|
|
version: "15.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.13
|
|
|
|
# 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.
|
|
|
|
# renovate: image=ghcr.io/n8n-io/n8n
|
|
appVersion: "1.74.0"
|