Files
truecharts/charts/stable/cstrike1-6/values.yaml
T
TrueCharts BotandGitHub 46142930fb chore(helm): update image ghcr.io/ich777/steamcmd digest to 6f5d33c (#37923)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/ich777/steamcmd | digest | `391a1f2` -> `6f5d33c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-08-09 15:18:59 +00:00

57 lines
1.3 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ghcr.io/ich777/steamcmd
tag: cstrike1.6@sha256:6f5d33c4719b6a82798c08abb2a714cfc7f8b4bbf8d540ee2c75d981b43a39fc
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 27015
protocol: udp
targetPort: 27015
tcprcon:
enabled: true
ports:
tcprcon:
enabled: true
port: 27015
protocol: tcp
targetPort: 27015
workload:
main:
podSpec:
containers:
main:
env:
GAME_ID: "90"
GAME_MOD: ""
GAME_NAME: cstrike
GAME_PARAMS: +maxplayers 32 +map de_dust
GAME_PORT: "27015"
PASSWRD: ""
USERNAME: ""
VALIDATE: "false"
probes:
liveness:
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
type: tcp
readiness:
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
type: tcp
startup:
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
type: tcp