Files
truecharts/charts/stable/impostor-server/values.yaml
T
TrueCharts Bot b88c82bdf4 chore(impostor-server): update image docker.io/aeonlucid/impostor digest to 6ac2a56 (#49229)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/aeonlucid/impostor | digest | `a6f1ae8` → `6ac2a56` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9pbXBvc3Rvci1zZXJ2ZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-06-18 01:09:27 +02:00

39 lines
1.1 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/aeonlucid/impostor
pullPolicy: IfNotPresent
tag: v1.10.6@sha256:6014c28057a6f914af17ec95e7f00d86bd43a3865424f1d8386319756dcb588c
nightlyImage:
repository: docker.io/aeonlucid/impostor
tag: nightly@sha256:6ac2a56ee0b2f38852df98c91dd9cf475062e18217e8b3c06d6faef9ca7025a6
pullPolicy: IfNotPresent
service:
main:
ports:
main:
protocol: udp
port: 22023
targetPort: 22023
workload:
main:
podSpec:
containers:
main:
imageSelector: image
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
IMPOSTOR_Server__PublicIp: "127.0.0.1"
IMPOSTOR_Server__ListenIp: "0.0.0.0"
IMPOSTOR_AntiCheat__Enabled: true
IMPOSTOR_AntiCheat__BanIpFromGame: true
IMPOSTOR_Debug__GameRecorderEnabled: false
IMPOSTOR_Debug__GameRecorderPath: ""
updated: true