Files
truecharts/charts/stable/monero-node/values.yaml
T
TrueCharts Bot 9d544b437b chore(deps): update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3@13354db by renovate (#24529)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/sethforprivacy/simple-monerod](https://togithub.com/sethforprivacy/simple-monerod-docker)
| digest | `94237a6` -> `13354db` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMC4wIiwidXBkYXRlZEluVmVyIjoiMzguMTAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-07-29 18:17:54 +00:00

44 lines
787 B
YAML

image:
pullPolicy: IfNotPresent
repository: ghcr.io/sethforprivacy/simple-monerod
tag: v0.18.3.3@sha256:13354db17bedef8b1149760bc849e3b2b8188992989011ff7f7587b4793856f0
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
portal:
open:
enabled: true