chore(deps): update container image ich777/steamcmd to cstrikeczero@21958d2 by renovate (#26492)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/steamcmd | digest | `e47fa03` -> `21958d2` |

---

> [!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:28:44 +02:00 committed by GitHub
parent 4e0b4ed8e9
commit 7632134090
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: cstrikeczero@sha256:e47fa031b7b8a55e0836db91d057b1ce266b5c71b101f9caae8efc92f363606a
tag: cstrikeczero@sha256:21958d288fe111c9fac3df95eab05e87fd698f16495031ec39317a5288e62a20
persistence:
serverfiles:
enabled: true
@ -49,7 +49,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