From 73a9fb3d5fbc866ed3715f35d7a45a7f3da21fdf Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 16 Sep 2024 16:06:25 +0200 Subject: [PATCH] chore(deps): update container image ich777/steamcmd to pvkii@7793376 by renovate (#26512) 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 | `a541445` -> `7793376` | --- > [!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/pvk-ii/Chart.yaml | 2 +- charts/stable/pvk-ii/values.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/stable/pvk-ii/Chart.yaml b/charts/stable/pvk-ii/Chart.yaml index 4ef72d59f97..cd2caf628b7 100644 --- a/charts/stable/pvk-ii/Chart.yaml +++ b/charts/stable/pvk-ii/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/pvk-ii/values.yaml b/charts/stable/pvk-ii/values.yaml index 96b2bfc4d8c..3b755e1aad4 100644 --- a/charts/stable/pvk-ii/values.yaml +++ b/charts/stable/pvk-ii/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ich777/steamcmd - tag: pvkii@sha256:a5414451b71ddadb479b77083293365fe91fff8cd65750649495e81f53759c3f + tag: pvkii@sha256:7793376795444a883ebb8d5abeb19fd51f4fd13cdcd74deebe034d55d767c2ac 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