From ea19b9da8ac6bde40aa9e667a8ff903e1bee6738 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 31 Dec 2024 13:20:04 +0100 Subject: [PATCH] chore(helm): update image ghcr.io/ich777/redmserver digest to 40114bd (#29932) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/ich777/redmserver | digest | `05fe3fc` -> `40114bd` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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). --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> --- charts/stable/redm/Chart.yaml | 2 +- charts/stable/redm/values.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/stable/redm/Chart.yaml b/charts/stable/redm/Chart.yaml index 9ac402ddc4d..0279d601d59 100644 --- a/charts/stable/redm/Chart.yaml +++ b/charts/stable/redm/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/redm - https://redm.gg/ type: application -version: 7.4.0 +version: 8.0.0 diff --git a/charts/stable/redm/values.yaml b/charts/stable/redm/values.yaml index da79a83d915..bfd9087cfc7 100644 --- a/charts/stable/redm/values.yaml +++ b/charts/stable/redm/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/ich777/redmserver - tag: latest@sha256:05fe3fc7a4e6ebc5f40dbdee7863806af1af4c5cfb2d3b643254a15fb6e0ae8a + tag: latest@sha256:40114bd20d141ec86e51b9d9cd2f904c97579aa5be4d00a1bfee6c95622b3d43 persistence: serverfiles: enabled: true @@ -21,34 +21,34 @@ service: port: 9016 protocol: http targetPort: 8080 - tcp1: + port1tcp: enabled: true ports: - tcp1: + port1tcp: enabled: true port: 30110 protocol: tcp targetPort: 30110 - tcp2: + port2tcp: enabled: true ports: - tcp2: + port2tcp: enabled: true port: 30120 protocol: tcp targetPort: 30120 - udp1: + port1udp: enabled: true ports: - udp1: + port1udp: enabled: true port: 30110 protocol: udp targetPort: 30110 - udp2: + port2udp: enabled: true ports: - udp2: + port2udp: enabled: true port: 30120 protocol: udp