Files
truecharts/charts/stable/bitcoin-node/values.yaml
T
TrueCharts Bot f7e81158f9 chore(helm): update image docker.io/kylemanna/bitcoind digest to d89eb3f (#34688)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/kylemanna/bitcoind | digest | `6f1240b` -> `d89eb3f` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-23 08:22:55 +02:00

30 lines
592 B
YAML

image:
pullPolicy: IfNotPresent
repository: docker.io/kylemanna/bitcoind
tag: latest@sha256:d89eb3f43a2249dc1c9e06ed2617fbdf378d2c507d0ddeea933883a10678480b
persistence:
blockhainstorage:
enabled: true
mountPath: /bitcoin/.bitcoin
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 8332
protocol: tcp
targetPort: 8332
port2:
enabled: true
ports:
port2:
enabled: true
port: 8333
protocol: tcp
targetPort: 8333