Files
truecharts/charts/stable/satisfactory/values.yaml
T
TrueCharts BotandGitHub c4b3a52632 chore(helm): update image docker.io/wolveix/satisfactory-server v1.8.8 → v1.8.9 (#28378)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/wolveix/satisfactory-server | patch | `11e475f` -> `2829a00`
|

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzEuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-26 20:57:48 +02:00

55 lines
1.2 KiB
YAML

image:
repository: docker.io/wolveix/satisfactory-server
pullPolicy: IfNotPresent
tag: v1.8.9@sha256:2829a00545ba3000ad767ace326cc31bb42de3bfd0b7904f4e65c1159606a14e
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