Files
truecharts/charts/stable/monero-node/values.yaml
T
TrueCharts Bot ded93cbcb7 fix(monero-node): update image ghcr.io/sethforprivacy/simple-monerod v0.18.4.5 → v0.18.4.6 (#45951)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/sethforprivacy/simple-monerod](https://redirect.github.com/sethforprivacy/simple-monerod-docker)
| patch | `b28d208` → `ed9299d` |

---

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

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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbW9uZXJvLW5vZGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-03-11 20:08:37 +01:00

41 lines
805 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: ghcr.io/sethforprivacy/simple-monerod
tag: v0.18.4.6@sha256:ed9299d73634a13f10de85e63d104276bf5e4ce5175ee4cc16f64f4bbeacbbd4
monero:
rpcbindip: "0.0.0.0"
rpcbindport: "18089"
publicnode: true
noigd: true
enablednsblocklist: true
pruneblockchain: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 18080
protocol: tcp
targetPort: 18080
rpc:
enabled: true
ports:
rpc:
enabled: true
port: 18089
protocol: tcp
targetPort: 18089
persistence:
blockchainstorage:
enabled: true
mountPath: /home/monero/.bitmonero