ToolJet/deploy/helm/Chart.yaml
Alexander Weber bf8897c2f6
Adding HELM charts for installation in Kubernetes (#2393)
* + added helm chart config

* + db seed config

* fixed (placeholder) HPA values to at least make sense

* made service type configurable in values.yaml
2022-03-17 23:44:35 +05:30

12 lines
207 B
YAML

apiVersion: v2
name: tooljet
description: none
type: application
version: 1.2.2
appVersion: "v1.2.2"
dependencies:
- name: postgresql
version: "11.1.3"
repository: "https://charts.bitnami.com/bitnami"