From 15841684b477f42540851a0c26211eedd5c17af0 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 16 Sep 2024 16:31:46 +0200 Subject: [PATCH] chore(deps): update container image ich777/steamcmd to alienswarmreactivedrop@72a1036 by renovate (#26477) 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 | `ec18754` -> `72a1036` | --- > [!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/alienswarm-reactivedrop/Chart.yaml | 2 +- charts/stable/alienswarm-reactivedrop/values.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/stable/alienswarm-reactivedrop/Chart.yaml b/charts/stable/alienswarm-reactivedrop/Chart.yaml index 4f9cae7f4dd..13f791aeaa1 100644 --- a/charts/stable/alienswarm-reactivedrop/Chart.yaml +++ b/charts/stable/alienswarm-reactivedrop/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/alienswarm-reactivedrop/values.yaml b/charts/stable/alienswarm-reactivedrop/values.yaml index e5b7f5815b3..28b1a0b2f93 100644 --- a/charts/stable/alienswarm-reactivedrop/values.yaml +++ b/charts/stable/alienswarm-reactivedrop/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ich777/steamcmd - tag: alienswarmreactivedrop@sha256:ec187541294848a4637dacce2a303e1b8f283b6b181051cb5988c38d12d4ebee + tag: alienswarmreactivedrop@sha256:72a103648301d035e1a09aa4bd4d59bd67c5ebe259920899e55f82d6c418008a persistence: serverfiles: enabled: true @@ -48,7 +48,10 @@ workload: probes: liveness: port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}" + type: tcp readiness: port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}" + type: tcp startup: port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}" + type: tcp