forked from trento-project/trento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
29 lines (28 loc) · 963 Bytes
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!BuildTag: trento/trento-server:0.3.5
#!BuildTag: trento/trento-server:0.3.5-build%RELEASE%
apiVersion: v2
name: trento-server
description: The trento server chart contains all the components necessary to run a Trento server.
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates
version: 0.3.7
dependencies:
- name: trento-web
version: ">0.0.0"
condition: trento-web.enabled
- name: trento-runner
version: ">0.0.0"
condition: trento-runner.enabled
- name: postgresql
version: ~10.1.4
repository: https://charts.bitnami.com/bitnami/
condition: postgresql.enabled
- name: prometheus
version: ~15.1.3
repository: https://prometheus-community.github.io/helm-charts/
condition: prometheus.enabled
- name: grafana
version: ~6.21.2
repository: https://grafana.github.io/helm-charts/
condition: grafana.enabled