From 7632134090a037bf1e279fb5f5baa9d0ff7ad54d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 16 Sep 2024 16:28:44 +0200 Subject: [PATCH] chore(deps): update container image ich777/steamcmd to cstrikeczero@21958d2 by renovate (#26492) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] 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). --------- Co-authored-by: kqmaverick --- charts/stable/cstrikeconditionzero/Chart.yaml | 2 +- charts/stable/cstrikeconditionzero/values.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/stable/cstrikeconditionzero/Chart.yaml b/charts/stable/cstrikeconditionzero/Chart.yaml index 5ae1697f45f..de63db6232d 100644 --- a/charts/stable/cstrikeconditionzero/Chart.yaml +++ b/charts/stable/cstrikeconditionzero/Chart.yaml @@ -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 diff --git a/charts/stable/cstrikeconditionzero/values.yaml b/charts/stable/cstrikeconditionzero/values.yaml index 6d616e8cb33..f9b11856091 100644 --- a/charts/stable/cstrikeconditionzero/values.yaml +++ b/charts/stable/cstrikeconditionzero/values.yaml @@ -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