Skip to content

Commit 05bccf2

Browse files
committed
add eclair as a dependency
1 parent b893127 commit 05bccf2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: resources/charts/bitcoincore/Chart.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ dependencies:
66
- name: lnd
77
version: 0.1.0
88
condition: ln.lnd
9+
- name: eclair
10+
version: 0.1.0
11+
condition: ln.eclair
912

1013
# A chart can be either an 'application' or a 'library' chart.
1114
#

Diff for: resources/charts/bitcoincore/values.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,5 @@ loadSnapshot:
141141
url: ""
142142

143143
ln:
144-
lnd: false
144+
lnd: false
145+
eclair: false

0 commit comments

Comments
 (0)