From 9a9c2cf0930f961435b506d17669ae0ff863692a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 29 Dec 2024 22:07:24 +0100 Subject: [PATCH] [BREAKING]: chore(helm): update image ghcr.io/ich777/fivemserver and fix port assignment (#29921) 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/fivemserver | digest | `059a2bb` -> `6534fde` | --- > [!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/fivem/Chart.yaml | 2 +- charts/stable/fivem/values.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/stable/fivem/Chart.yaml b/charts/stable/fivem/Chart.yaml index f0877451974..180429796f9 100644 --- a/charts/stable/fivem/Chart.yaml +++ b/charts/stable/fivem/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://ghcr.io/ich777/fivemserver - https://github.com/truecharts/charts/tree/master/charts/stable/fivem type: application -version: 7.3.2 +version: 8.0.0 diff --git a/charts/stable/fivem/values.yaml b/charts/stable/fivem/values.yaml index 3880e750ace..6b5523e9b17 100644 --- a/charts/stable/fivem/values.yaml +++ b/charts/stable/fivem/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/ich777/fivemserver - tag: latest@sha256:059a2bb9387ef76b0008010d31bc28c119e81d78f1cd360c053b815ab20d94de + tag: latest@sha256:6534fde2a257c976738049fda0d11f2b257c92806c19d1acde6d4fb095c7dd3f 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