Files
truecharts/charts/stable/quake3/values.yaml
T
TrueCharts Bot dc7315f68c chore(deps): update container image ich777/quake3 to latest@a8a8907 by renovate (#26470)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/quake3 | digest | `4ad762c` -> `a8a8907` |

---

> [!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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzguODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-16 14:21:25 +02:00

42 lines
1.0 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ich777/quake3
tag: latest@sha256:a8a8907c3041d2d29fcb3cce87e8771650eaeb74b113b1f8e5051155a95dde58
persistence:
serverfiles:
enabled: true
mountPath: /quake3
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 27960
protocol: udp
targetPort: 27960
workload:
main:
podSpec:
containers:
main:
env:
DL_URL_PATCH: https://ftp.gwdg.de/pub/misc/ftp.idsoftware.com/idstuff/quake3/quake3-1.32c.zip
DL_URL_PR: https://ftp.gwdg.de/pub/misc/ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run
GAME_PARAMS: +set sv_punkbuster 0 +set fs_game osp +set com_hunkMegs 32
Q3_MAP: q3dm1
Q3_PORT: "27960"
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false