chore(deps): update container image ich777/steamcmd to garrysmod@d6f2b26 by renovate (#26498)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/steamcmd | digest | `098b6ab` -> `d6f2b26` |

---

> [!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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzguODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

---------

Co-authored-by: kqmaverick <kqmaverick@gmail.com>
This commit is contained in:
TrueCharts Bot 2024-09-16 16:29:43 +02:00 committed by GitHub
parent 1b06aa281c
commit 1963accb5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -33,4 +33,4 @@ sources:
- https://hub.docker.com/r/ich777/steamcmd
- https://www.steampowered.com/
type: application
version: 7.1.6
version: 7.1.7

View File

@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: ich777/steamcmd
tag: garrysmod@sha256:098b6abe99b372a39b6b58558f5671a86436f1cb83a075e64a62c861bb4ffc4b
tag: garrysmod@sha256:d6f2b26769607545d1df50b35fd12fa7bd9bb289d7091d53071e896503942fab
persistence:
serverfiles:
enabled: true
@ -48,7 +48,10 @@ workload:
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