From 4e0b4ed8e9f56b46e16748436f0c0c605b6ea2c2 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 16 Sep 2024 16:27:49 +0200 Subject: [PATCH] chore(deps): update container image ich777/steamcmd to fistfuloffrags@03a7e9d by renovate (#26497) 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 | `a0920bb` -> `03a7e9d` | --- > [!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/fistfuloffrags/Chart.yaml | 2 +- charts/stable/fistfuloffrags/values.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/stable/fistfuloffrags/Chart.yaml b/charts/stable/fistfuloffrags/Chart.yaml index 70e6872f056..94ae48b86c3 100644 --- a/charts/stable/fistfuloffrags/Chart.yaml +++ b/charts/stable/fistfuloffrags/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/fistfuloffrags/values.yaml b/charts/stable/fistfuloffrags/values.yaml index 927d6fae28a..732e296bf9d 100644 --- a/charts/stable/fistfuloffrags/values.yaml +++ b/charts/stable/fistfuloffrags/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ich777/steamcmd - tag: fistfuloffrags@sha256:a0920bb1474e7d160bd0239ad1022233b1090f935a9b3e6d5e77ea7a29bdabe3 + tag: fistfuloffrags@sha256:03a7e9dc6c40c1f26a2d12fd90d406de394f9831446da927c5282504dfd0bdd5 persistence: serverfiles: enabled: true @@ -48,7 +48,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