Skip to content

Commit

Permalink
chore: update lnd to v0.18.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Jun 12, 2024
1 parent 2fac3db commit 0895a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/lnd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ global:
network: mainnet
image:
repository: lightninglabs/lnd
tag: v0.17.4-beta
tag: v0.18.0-beta
pullPolicy: IfNotPresent
sidecarImage:
repository: us.gcr.io/galoy-org/lnd-sidecar
Expand Down
2 changes: 1 addition & 1 deletion images/lnd-sidecar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lightninglabs/lnd:v0.17.4-beta as lnd
FROM lightninglabs/lnd:v0.18.0-beta as lnd

FROM alpine/k8s:1.23.14

Expand Down

0 comments on commit 0895a43

Please sign in to comment.