Files
truecharts/charts/incubator/bitcoind/values.yaml
T
TrueCharts BotandGitHub a7d1eb4f54 fix(images): update container image tccr.io/truecharts/bitcoind to latest (#14843)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/bitcoind | digest | `d02946c` -> `83d6df3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-18 11:31:40 +01:00

34 lines
638 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/bitcoind
tag: latest@sha256:83d6df3607330b72a2d904919348990592d833b7d09b983ea2f660de3385b8f1
persistence:
data:
enabled: true
mountPath: /root/.bitcoin/
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
localrpc:
enabled: true
ports:
localrpc:
enabled: true
port: 8332
protocol: TCP
targetPort: 8332
main:
ports:
main:
port: 8333
protocol: TCP
targetPort: 8333
portal:
enabled: true