Skip to content

Commit 4d12d87

Browse files
committed
address eclair stability with dnsseed bitcoin core config
update to polarlightning/eclair 0.12.0
1 parent c99f8fd commit 4d12d87

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

resources/charts/bitcoincore/charts/eclair/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ namespace: warnet
66
restartPolicy: Never
77

88
image:
9-
repository: bitdonkey/eclair
9+
repository: polarlightning/eclair
1010
pullPolicy: IfNotPresent
11-
tag: "0.11.0"
11+
tag: "0.12.0"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

resources/charts/bitcoincore/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ baseConfig: |
129129
rpcallowip=0.0.0.0/0
130130
rpcbind=0.0.0.0
131131
rest=1
132+
dnsseed=0 # needed for eclair stability
132133
# rpcport and zmq endpoints are configured by chain in configmap.yaml
133134
134135
config: ""

0 commit comments

Comments
 (0)