Files
truecharts/charts/stable/bitcoind/values.yaml
T
TrueCharts BotandGitHub bc2ae08a19 chore(deps): update container image ofawx/bitcoind to latest@69eca30 by renovate (#20375)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ofawx/bitcoind | digest | `4d1d484` -> `69eca30` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-07 20:16:32 +02:00

32 lines
603 B
YAML

image:
pullPolicy: IfNotPresent
repository: ofawx/bitcoind
tag: latest@sha256:69eca30b4143806d96017383c54e6474c7b17b001020f42e57c4e18be595a537
persistence:
data:
enabled: true
mountPath: /root/.bitcoin/
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
localrpc:
enabled: true
ports:
localrpc:
enabled: true
port: 8332
protocol: tcp
targetPort: 8332
main:
ports:
main:
port: 8333
protocol: tcp
targetPort: 8333