Skip to content

Commit

Permalink
auto update script
Browse files Browse the repository at this point in the history
  • Loading branch information
islandbitcoin committed Aug 21, 2023
1 parent aa4223f commit 345b276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
./charts/loop
# ./charts/mempool
# ./charts/fulcrum
# ./charts/kafka-connect
./charts/kafka-connect
# ./charts/specter
# ./charts/monitoring
# ./charts/galoy-deps
./charts/galoy-deps
# ./charts/galoy
)
for dir in "${charts[@]}"; do
Expand Down
2 changes: 1 addition & 1 deletion charts/loop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rbac:
create: true

loopserver:
enabled: true
enabled: false

lndConfig:
lndReleaseName: lnd

0 comments on commit 345b276

Please sign in to comment.