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 18, 2023
1 parent 2db48c8 commit 55f3be3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 42 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,44 +54,3 @@ jobs:
helm dep update $dir
helm upgrade --install --namespace $NAMESPACE --create-namespace --kubeconfig $GITHUB_WORKSPACE/.kubeconfig $release $dir
done
- name: Delete unwanted Helm releases
uses: stefanprodan/kube-tools@v1
env:
KUBECONFIG: $GITHUB_WORKSPACE/.kubeconfig
with:
kubectl: "1.18.0"
helm: "3.12.3"
command: |
unwanted_releases=(
"flash-admin-panel-7ffb95c94d-lgksf"
"flash-fulcrum-0"
"flash-galoy-deps-cert-manager-54d4dcb968-nsxzf"
"flash-galoy-deps-cert-manager-cainjector-dc866d4b7-zmp8t"
"flash-galoy-deps-cert-manager-webhook-5b75bd46c-rdsr9"
"flash-galoy-deps-ingress-nginx-controller-667846f448-2dw"
"flash-galoy-deps-ingress-nginx-controller-667846f448-gxxml"
"flash-galoy-deps-opentelemetry-collector-9f7f445cf-snjt7"
"flash-loop-0"
"flash-loopserver-0"
"flash-mempool-0"
"flash-monitoring-grafana-65796469b9-w7zv7"
"flash-monitoring-kube-state-metrics-848b965df-89kjl"
"flash-monitoring-prometheus-node-exporter-n65rb"
"flash-monitoring-prometheus-server-0"
"flash-rtl-bbdc48558-dm8r8"
"flash-specter-0"
"kafka-connect-5c974699d-62jl6"
"kafka-entity-operator-795dbcc785-mtphg"
"kafka-kafka-0"
"kafka-kafka-1"
"kafka-kafka-2"
"kafka-zookeeper-0"
"kafka-zookeeper-1"
"kafka-zookeeper-2"
"kubemonkey-787c459787-97qt8"
)
for release in "${unwanted_releases[@]}"; do
helm uninstall --namespace $NAMESPACE $release || true
done
8 changes: 7 additions & 1 deletion charts/lnd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ lndGeneralConfig:
- listen=0.0.0.0:9735
- prometheus.listen=0.0.0.0:9092
- bitcoin.active=true
- bitcoin.node=bitcoind
- bitcoin.node=neutrino
- neutrino.addpeer=btcd-mainnet.lightning.computer
- neutrino.addpeer=mainnet1-btcd.zaphq.io
- neutrino.addpeer=mainnet2-btcd.zaphq.io
- neutrino.addpeer=mainnet3-btcd.zaphq.io
- neutrino.addpeer=mainnet4-btcd.zaphq.io
- neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
- bitcoind.rpcuser=rpcuser
- bitcoind.zmqpubrawblock=tcp://bitcoind:28332
- bitcoind.zmqpubrawtx=tcp://bitcoind:28333
Expand Down

0 comments on commit 55f3be3

Please sign in to comment.