From aa846e96a24ea0fa6a54beb5061a9c2415b781b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Sun, 6 Jul 2025 13:40:11 +0200 Subject: [PATCH] fix(charts): fix broken charts (#37041) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/stable/cura-novnc/Chart.yaml | 3 +-- charts/stable/cura-novnc/values.yaml | 7 +++++++ charts/stable/dashy/Chart.yaml | 3 +-- charts/stable/dashy/values.yaml | 11 +++++++++-- charts/stable/fmd2-wine/Chart.yaml | 3 +-- charts/stable/fmd2-wine/values.yaml | 8 ++++---- charts/stable/palworld/Chart.yaml | 3 +-- charts/stable/palworld/values.yaml | 8 ++++++++ charts/stable/remotely/Chart.yaml | 2 +- charts/stable/remotely/values.yaml | 9 ++++----- charts/stable/weblate/Chart.yaml | 3 +-- charts/stable/weblate/values.yaml | 8 +++++++- 12 files changed, 45 insertions(+), 23 deletions(-) diff --git a/charts/stable/cura-novnc/Chart.yaml b/charts/stable/cura-novnc/Chart.yaml index 720f00d1ade..8888afced6b 100644 --- a/charts/stable/cura-novnc/Chart.yaml +++ b/charts/stable/cura-novnc/Chart.yaml @@ -37,5 +37,4 @@ sources: - https://hub.docker.com/r/mikeah/cura-novnc - https://ultimaker.com/software/ultimaker-cura type: application -version: 11.0.2 - +version: 11.0.3 diff --git a/charts/stable/cura-novnc/values.yaml b/charts/stable/cura-novnc/values.yaml index 449e236eeab..6d3ea092a79 100644 --- a/charts/stable/cura-novnc/values.yaml +++ b/charts/stable/cura-novnc/values.yaml @@ -15,6 +15,13 @@ service: port: 16081 protocol: http targetPort: 8080 +resources: + limits: + cpu: 4000m + memory: 6000Mi + requests: + cpu: 400m + memory: 1000Mi workload: main: podSpec: diff --git a/charts/stable/dashy/Chart.yaml b/charts/stable/dashy/Chart.yaml index d637895ddfe..f238162f213 100644 --- a/charts/stable/dashy/Chart.yaml +++ b/charts/stable/dashy/Chart.yaml @@ -35,5 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dashy - https://hub.docker.com/r/lissy93/dashy type: application -version: 10.0.2 - +version: 10.0.3 diff --git a/charts/stable/dashy/values.yaml b/charts/stable/dashy/values.yaml index 87fabc8769a..9970502c71b 100644 --- a/charts/stable/dashy/values.yaml +++ b/charts/stable/dashy/values.yaml @@ -1,6 +1,6 @@ image: - repository: docker.io/lissy93/dashy - tag: 3.1.0@sha256:e0e4d344f9be6d6f0061bb4f5368efd5034e8f2cec886d8afefc89a76be830d4 + repository: ghcr.io/lissy93/dashy + tag: latest@sha256:ce2ed87edc1f87a4885cb8e4d76b3d6cf1faf61af29291cdd006f372e4a994ae pullPolicy: IfNotPresent securityContext: container: @@ -15,6 +15,13 @@ service: port: 10310 protocol: http targetPort: 8080 +resources: + limits: + cpu: 2000m + memory: 3000Mi + requests: + cpu: 200m + memory: 500Mi dashy: # Enable config directory mount from host path enabled: false diff --git a/charts/stable/fmd2-wine/Chart.yaml b/charts/stable/fmd2-wine/Chart.yaml index 9163d4417df..084e3d53b62 100644 --- a/charts/stable/fmd2-wine/Chart.yaml +++ b/charts/stable/fmd2-wine/Chart.yaml @@ -37,5 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fmd2-wine - https://hub.docker.com/r/banhcanh/docker-fmd2 type: application -version: 8.0.2 - +version: 9.0.0 diff --git a/charts/stable/fmd2-wine/values.yaml b/charts/stable/fmd2-wine/values.yaml index f4fcb3609d2..fc298e3c584 100644 --- a/charts/stable/fmd2-wine/values.yaml +++ b/charts/stable/fmd2-wine/values.yaml @@ -3,19 +3,19 @@ image: repository: docker.io/banhcanh/docker-fmd2 tag: latest@sha256:153ccc161e7ed9f2b44f6ec7176ed4e5e53fc0962465d3556176b6489eae20eb persistence: - appluamodulespath: + lua: enabled: true mountPath: /app/FMD2/lua - appuserdata: + user: enabled: true mountPath: /app/FMD2/userdata - appwineconfig: + config: enabled: true mountPath: /config/.wine data: enabled: true mountPath: /app/FMD2/data - downloaddirectory: + downloads: enabled: true mountPath: /downloads diff --git a/charts/stable/palworld/Chart.yaml b/charts/stable/palworld/Chart.yaml index 255d372f455..2956a600383 100644 --- a/charts/stable/palworld/Chart.yaml +++ b/charts/stable/palworld/Chart.yaml @@ -36,5 +36,4 @@ sources: - https://github.com/ich777/docker-steamcmd-server/tree/palworld - https://github.com/truecharts/charts/tree/master/charts/stable/palworld type: application -version: 6.0.2 - +version: 6.0.3 diff --git a/charts/stable/palworld/values.yaml b/charts/stable/palworld/values.yaml index ee418bb3859..06cd71d400c 100644 --- a/charts/stable/palworld/values.yaml +++ b/charts/stable/palworld/values.yaml @@ -9,6 +9,14 @@ securityContext: runAsUser: 0 runAsGroup: 0 +resources: + limits: + cpu: 4000m + memory: 6000Mi + requests: + cpu: 400m + memory: 1000Mi + service: main: ports: diff --git a/charts/stable/remotely/Chart.yaml b/charts/stable/remotely/Chart.yaml index 0c4374e1f39..ece96bff0b3 100644 --- a/charts/stable/remotely/Chart.yaml +++ b/charts/stable/remotely/Chart.yaml @@ -36,5 +36,5 @@ sources: - https://hub.docker.com/r/immybot/remotely - https://remotely.one/ type: application -version: 8.0.2 +version: 8.0.3 diff --git a/charts/stable/remotely/values.yaml b/charts/stable/remotely/values.yaml index 0ff5c84ae18..85b67e03c90 100644 --- a/charts/stable/remotely/values.yaml +++ b/charts/stable/remotely/values.yaml @@ -1,12 +1,11 @@ image: pullPolicy: IfNotPresent repository: docker.io/immybot/remotely - tag: latest + tag: latest@sha256:9bdff2d8f7a9926731fe8394d9b0292eb5679153b1da7f3b80ecd9fa9823b89b persistence: data: enabled: true - mountPath: /remotely-data - + mountPath: /app/AppData securityContext: container: readOnlyRootFilesystem: false @@ -17,5 +16,5 @@ service: ports: main: port: 9280 - protocol: tcp - targetPort: 5000 + protocol: http + targetPort: 8080 diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index 40eeb527193..7bac059338b 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -45,5 +45,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/weblate - https://hub.docker.com/r/weblate/weblate type: application -version: 17.0.2 - +version: 17.0.3 diff --git a/charts/stable/weblate/values.yaml b/charts/stable/weblate/values.yaml index ed5ee229f64..f659f11daa5 100644 --- a/charts/stable/weblate/values.yaml +++ b/charts/stable/weblate/values.yaml @@ -193,7 +193,13 @@ cnpg: enabled: true user: weblate database: weblate - +resources: + limits: + cpu: 2000m + memory: 3000Mi + requests: + cpu: 200m + memory: 500Mi securityContext: container: readOnlyRootFilesystem: false