Files
truecharts/charts/stable/steam-headless/values.yaml
T
TrueCharts BotandGitHub 1489f68208 chore(helm): update image docker.io/josh5/steam-headless digest to 3bf3a07 (#28349)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/josh5/steam-headless | digest | `d9d124d` -> `3bf3a07` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-26 08:24:56 +02:00

62 lines
1.3 KiB
YAML

image:
repository: docker.io/josh5/steam-headless
tag: latest@sha256:3bf3a07d98daa8c28fd469198e6e5338381ac00192461ed9528dcdaf4b04e606
pullPolicy: IfNotPresent
securityContext:
container:
privileged: true
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
PORT_NOVNC_WEB: "{{ .Values.service.main.ports.main.port }}"
MODE: "primary"
# MODE = secondary
# DISPLAY: :0
# HOST_DBUS: true
WEB_UI_MODE: "vnc"
ENABLE_VNC_AUDIO: false
# NEKO_NAT1TO1: "" needs to be the ip of the host
ENABLE_SUNSHINE: false
# SUNSHINE_USER: ""
# SUNSHINE_PASS: ""
# USER_PASSWORD: ""
ENABLE_EVDEV_INPUTS: false
service:
main:
ports:
main:
protocol: http
port: 8083
persistence:
home:
enabled: true
mountPath: /home/default
games:
enabled: true
mountPath: /mnt/games
flatpak:
enabled: true
mountPath: /var/lib/flatpak
portal:
open:
enabled: true