chore(deps): update container image ich777/steamcmd to cstrike1.6@270a05e by renovate (#26491)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ich777/steamcmd | digest | `e65cfad` -> `270a05e` | --- > [!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:
parent
1963accb5a
commit
86b0b8c2df
|
@ -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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/steamcmd
|
repository: ich777/steamcmd
|
||||||
tag: cstrike1.6@sha256:e65cfad7942e23997cd6df98852ce27399ac880d741b095e4dee40472b63a801
|
tag: cstrike1.6@sha256:270a05ee0efa59be2cef0aad108dc41c0c25001f40de3b490ed58956f4eaa600
|
||||||
persistence:
|
persistence:
|
||||||
serverfiles:
|
serverfiles:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -49,7 +49,10 @@ workload:
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
||||||
|
type: tcp
|
||||||
readiness:
|
readiness:
|
||||||
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
||||||
|
type: tcp
|
||||||
startup:
|
startup:
|
||||||
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
||||||
|
type: tcp
|
||||||
|
|
Loading…
Reference in New Issue