Files
truecharts/charts/stable/impostor-server/values.yaml
T
TrueCharts Bot 8f37dff11b chore(deps): update container image aeonlucid/impostor to nightly@0dc8e95 by renovate (#21905)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| aeonlucid/impostor | digest | `053dd40` -> `0dc8e95` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTQuNiIsInVwZGF0ZWRJblZlciI6IjM3LjM1NC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-11 14:16:37 +02:00

40 lines
1.0 KiB
YAML

image:
repository: aeonlucid/impostor
pullPolicy: IfNotPresent
tag: v1.9.1@sha256:dfb57d0dfd35a594cf1d32505ec95b8cea09158a21feba1a04ea5d6323609f2b
nightlyImage:
repository: aeonlucid/impostor
tag: nightly@sha256:0dc8e95b5ea9a2ff2360c88c2990e58d2dcda9ccfb58715c31a9a4fc0aab9f6a
pullPolicy: IfNotPresent
service:
main:
ports:
main:
protocol: udp
port: 22023
targetPort: 22023
portal:
open:
enabled: true
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