-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathChart.yaml
More file actions
89 lines (85 loc) · 2.72 KB
/
Copy pathChart.yaml
File metadata and controls
89 lines (85 loc) · 2.72 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
apiVersion: v2
name: lago
description: A Helm chart for Kubernetes
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
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.6.0
appVersion: v1.41.2
dependencies:
- name: lago-config
alias: config
version: 0.6.0
repository: "file://../lago-config"
- name: lago-rails
alias: api
version: 0.6.0
repository: "file://../lago-rails"
- name: lago-front
alias: front
version: 0.6.0
repository: "file://../lago-front"
- name: lago-rails
alias: worker
version: 0.6.0
repository: "file://../lago-rails"
- name: lago-rails
alias: clock
version: 0.6.0
repository: "file://../lago-rails"
- name: lago-rails
alias: analytics-worker
version: 0.6.0
repository: "file://../lago-rails"
condition: global.sidekiq.queues.analytics
- name: lago-rails
alias: billing-worker
version: 0.6.0
repository: "file://../lago-rails"
condition: global.sidekiq.queues.billing
- name: lago-rails
alias: clock-worker
version: 0.6.0
repository: "file://../lago-rails"
condition: global.sidekiq.queues.clock
- name: lago-rails
alias: events-worker
version: 0.6.0
repository: "file://../lago-rails"
condition: global.sidekiq.queues.events
- name: lago-rails
alias: webhook-worker
version: 0.6.0
repository: "file://../lago-rails"
condition: global.sidekiq.queues.webhook
- name: lago-pdf
alias: pdf
version: 0.6.0
repository: "file://../lago-pdf"
condition: pdf.enabled
- name: lago-rails
alias: pdf-worker
version: 0.6.0
repository: "file://../lago-rails"
condition: global.sidekiq.queues.pdf
- name: lago-rails
alias: events-consumer-worker
version: 0.6.0
repository: "file://../lago-rails"
condition: global.streaming_ingestion.enabled
- name: lago-events-processor-worker
alias: events-processor-worker
version: 0.6.0
repository: "file://../lago-events-processor-worker"
condition: global.streaming_ingestion.enabled
annotations:
org.opencontainers.image.source: "https://github.com/getlago/lago-helm-charts"