forked from ethpandaops/ethereum-helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
93 lines (90 loc) · 2.97 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
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
90
91
92
93
apiVersion: v2
name: ethereum-node
description: >
This chart acts as an umbrella chart and allows to run a ethereum execution and
consensus layer client. It's also able to deploy optional monitoring applications.
home: https://ethereum.org
icon: https://avatars.githubusercontent.com/u/6250754?s=200&v=4
sources:
- https://github.com/ethpandaops/ethereum-helm-charts
type: application
version: 0.0.26
maintainers:
- name: skylenet
email: [email protected]
dependencies:
- name: besu
version: "1.0.7"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../besu"
condition: besu.enabled
- name: erigon
version: "1.0.10"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../erigon"
condition: erigon.enabled
- name: ethereumjs
version: "0.0.8"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../ethereumjs"
condition: ethereumjs.enabled
- name: geth
version: "1.0.8"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../geth"
condition: geth.enabled
- name: nethermind
version: "1.0.12"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../nethermind"
condition: nethermind.enabled
- name: reth
version: "0.0.14"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../reth"
condition: reth.enabled
- name: grandine
version: "0.1.2"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../grandine"
condition: grandine.enabled
- name: lighthouse
version: "1.1.3"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../lighthouse"
condition: lighthouse.enabled
- name: lodestar
version: "1.1.3"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../lodestar"
condition: lodestar.enabled
- name: nimbus
version: "1.1.3"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../nimbus"
condition: nimbus.enabled
- name: prysm
version: "1.1.4"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../prysm"
condition: prysm.enabled
- name: teku
version: "1.1.3"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../teku"
condition: teku.enabled
- name: ethereum-metrics-exporter
version: "0.2.0"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../ethereum-metrics-exporter"
condition: ethereum-metrics-exporter.enabled
- name: xatu-sentry
version: "0.0.8"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../xatu-sentry"
condition: xatu-sentry.enabled
- name: tracoor-agent
version: "0.0.1"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../tracoor-agent"
condition: tracoor-agent.enabled