chore(deps): update container image ich777/steamcmd to alienswarmreactivedrop@72a1036 by renovate (#26477)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/steamcmd | digest | `ec18754` -> `72a1036` |

---

> [!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:31:46 +02:00 committed by GitHub
parent 86b0b8c2df
commit 15841684b4
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://hub.docker.com/r/ich777/steamcmd
- https://www.steampowered.com/ - https://www.steampowered.com/
type: application type: application
version: 7.1.6 version: 7.1.7

View File

@ -1,7 +1,7 @@
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: ich777/steamcmd repository: ich777/steamcmd
tag: alienswarmreactivedrop@sha256:ec187541294848a4637dacce2a303e1b8f283b6b181051cb5988c38d12d4ebee tag: alienswarmreactivedrop@sha256:72a103648301d035e1a09aa4bd4d59bd67c5ebe259920899e55f82d6c418008a
persistence: persistence:
serverfiles: serverfiles:
enabled: true enabled: true
@ -48,7 +48,10 @@ workload:
probes: probes:
liveness: liveness:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}" port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
type: tcp
readiness: readiness:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}" port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
type: tcp
startup: startup:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}" port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
type: tcp