Files
truecharts/charts/stable/pocketmine-mp/values.yaml
T
TrueCharts BotandGitHub df9f39d914 feat(pocketmine-mp): update image ghcr.io/pmmp/pocketmine-mp 5.40.0 → 5.41.0 (#45046)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/pmmp/pocketmine-mp | minor | `65efde2` → `a4220c3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3BvY2tldG1pbmUtbXAiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-02-16 05:05:41 +01:00

49 lines
1.0 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/pmmp/pocketmine-mp
pullPolicy: IfNotPresent
tag: 5.41.0@sha256:a4220c37d3d9d63305e4512c1b84a40227393d438c72f1522e34562672877b53
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: udp
targetPort: 19132
port: 19132
workload:
main:
podSpec:
containers:
main:
tty: true
stdin: true
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
enabled: false
# -- Redainess probe configuration
# @default -- See below
readiness:
enabled: false
# -- Startup probe configuration
# @default -- See below
startup:
enabled: false
persistence:
data:
enabled: true
mountPath: "/data"
plugins:
enabled: true
mountPath: "/plugins"