Files
truecharts/charts/stable/monero-node/values.yaml
T
TrueCharts BotandGitHub eccde2c427 chore(deps): update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.2@f674823 by renovate (#19154)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/sethforprivacy/simple-monerod](https://togithub.com/sethforprivacy/simple-monerod-docker)
| digest | `57ea2ee` -> `f674823` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuNSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 19:17:23 +01:00

44 lines
787 B
YAML

image:
pullPolicy: IfNotPresent
repository: ghcr.io/sethforprivacy/simple-monerod
tag: v0.18.3.2@sha256:f674823f85b1ec6244a02f8fccfb32e7bbb8c3d804c648b55833ad2220cd5a05
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