fix(charts): fix broken charts (#37041)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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._
This commit is contained in:
Alfred Göppel
2025-07-06 13:40:11 +02:00
committed by GitHub
parent 3ec3c389c2
commit aa846e96a2
12 changed files with 45 additions and 23 deletions
+1 -2
View File
@@ -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
+7
View File
@@ -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:
+1 -2
View File
@@ -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
+9 -2
View File
@@ -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
+1 -2
View File
@@ -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
+4 -4
View File
@@ -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
+1 -2
View File
@@ -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
+8
View File
@@ -9,6 +9,14 @@ securityContext:
runAsUser: 0
runAsGroup: 0
resources:
limits:
cpu: 4000m
memory: 6000Mi
requests:
cpu: 400m
memory: 1000Mi
service:
main:
ports:
+1 -1
View File
@@ -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
+4 -5
View File
@@ -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
+1 -2
View File
@@ -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
+7 -1
View File
@@ -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