Files
truecharts/charts/stable/satisfactory/values.yaml
T
TrueCharts BotandGitHub 3504a5f207 chore(helm): update image docker.io/wolveix/satisfactory-server v1.8.10 → v1.9.1 (#30257)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/wolveix/satisfactory-server | minor | `b757a65` -> `199be10`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:04:19 +01:00

55 lines
1.2 KiB
YAML

image:
repository: docker.io/wolveix/satisfactory-server
pullPolicy: IfNotPresent
tag: v1.9.1@sha256:199be1064b185862571ebf21c7176867d61e636f73f835be354f090a59bb08d8
persistence:
config:
enabled: true
mountPath: "/config"
tmp-dumps:
enabled: true
type: emptyDir
mountPath: "/tmp/dumps"
service:
main:
enabled: true
ports:
main:
enabled: true
port: 7777
protocol: tcp
mainudp:
enabled: true
port: "{{ .Values.service.main.ports.main.port }}"
protocol: udp
portal:
open:
enabled: false
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
AUTOSAVENUM: 5
DEBUG: false
DISABLESEASONALEVENTS: false
LOG: false
MAXOBJECTS: 2162688
MAXPLAYERS: 4
MAXTICKRATE: 30
ROOTLESS: false
SERVERGAMEPORT: "{{ .Values.service.main.ports.main.port }}"
SERVERIP: "0.0.0.0"
SERVERSTREAMING: true
SKIPUPDATE: false
STEAMBETA: false
TIMEOUT: 30
VMOVERRIDE: false