33 lines
1007 B
YAML
33 lines
1007 B
YAML
apiVersion: v2
|
|
name: n8n-helm
|
|
description: A Helm chart for n8n on Kubernetes
|
|
type: application
|
|
metadata:
|
|
|
|
# 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.1.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.
|
|
appVersion: 0.18.0
|
|
icon: https://n8n.io/n8n-logo.png
|
|
keywords:
|
|
- n8n
|
|
- automation
|
|
- nodemation
|
|
- workflow-automatio
|
|
maintainers:
|
|
- email: pratik@improwised.com
|
|
name: pratik-{{ .Release.Name }}
|
|
sources:
|
|
- https://github.com/n8n-io/n8n
|
|
- https://hub.docker.com/_/postgres
|
|
dependencies:
|
|
- condition: postgres.enabled
|
|
name: postgresql
|
|
repository: "@bitnami"
|
|
version: 9.1.1
|