-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChart.yaml
33 lines (33 loc) · 1.19 KB
/
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
30
31
32
33
apiVersion: v2
name: peerdb
description: Install PeerDB along with Temporal.
maintainers:
- name: PeerDB Inc.
url: https://peerdb.io/
- name: Kunal Gupta
email: [email protected]
dependencies:
- name: pyroscope
repository: https://grafana.github.io/helm-charts
version: 1.0.3
condition: pyroscope.enabled
- name: temporal
repository: https://go.temporal.io/helm-charts
version: 0.44.0
alias: temporal-deploy
condition: temporal.deploy.enabled
- name: datadog
version: 3.52.0
repository: https://helm.datadoghq.com
alias: datadog
condition: datadog.enabled
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.8.0
# 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: "v0.22.1"