We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99f8fd commit 4d12d87Copy full SHA for 4d12d87
resources/charts/bitcoincore/charts/eclair/values.yaml
@@ -6,9 +6,9 @@ namespace: warnet
6
restartPolicy: Never
7
8
image:
9
- repository: bitdonkey/eclair
+ repository: polarlightning/eclair
10
pullPolicy: IfNotPresent
11
- tag: "0.11.0"
+ tag: "0.12.0"
12
13
imagePullSecrets: []
14
nameOverride: ""
resources/charts/bitcoincore/values.yaml
@@ -129,6 +129,7 @@ baseConfig: |
129
rpcallowip=0.0.0.0/0
130
rpcbind=0.0.0.0
131
rest=1
132
+ dnsseed=0 # needed for eclair stability
133
# rpcport and zmq endpoints are configured by chain in configmap.yaml
134
135
config: ""
0 commit comments