chore(deps): update container image ich777/steamcmd to cs2@8c6d968 by renovate (#22964)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ich777/steamcmd | digest | `9788725` -> `8c6d968` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
parent
18f2f87f49
commit
2084e60359
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/cs2
|
||||
- https://hub.docker.com/r/ich777/steamcmd
|
||||
type: application
|
||||
version: 5.1.3
|
||||
version: 5.1.4
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ich777/steamcmd
|
||||
pullPolicy: IfNotPresent
|
||||
tag: cs2@sha256:9788725d588fa121dbae88438072428adf62ba46759ba08add9d430b0aeb4c96
|
||||
tag: cs2@sha256:8c6d968a6e06cba3a55dc20236bf8896e49abf7036b3b98863114a822d53ed84
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
@ -16,8 +16,10 @@ service:
|
|||
protocol: udp
|
||||
port: 27015
|
||||
rcon:
|
||||
enabled: true
|
||||
ports:
|
||||
rcon:
|
||||
enabled: true
|
||||
protocol: tcp
|
||||
port: 27020
|
||||
cs2:
|
||||
|
|
Loading…
Reference in New Issue