From c4f4d8a9054a4895fe2f4c9b527ad24d35a0d976 Mon Sep 17 00:00:00 2001 From: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Date: Mon, 21 Apr 2025 09:19:16 -0700 Subject: [PATCH] chore(charts): update resource limits (#34568) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Updates chart resource limits. ⚒️ Fixes # **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 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:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 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 - [ ] ⬆️ 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._ --------- Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- charts/premium/nextcloud/Chart.yaml | 2 +- charts/premium/nextcloud/values.yaml | 15 +++++++++++++++ charts/stable/audiobookshelf/Chart.yaml | 2 +- charts/stable/audiobookshelf/values.yaml | 8 ++++++++ 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/charts/premium/nextcloud/Chart.yaml b/charts/premium/nextcloud/Chart.yaml index 8910e35f96a..3eb69ee61cf 100644 --- a/charts/premium/nextcloud/Chart.yaml +++ b/charts/premium/nextcloud/Chart.yaml @@ -52,5 +52,5 @@ sources: - https://hub.docker.com/r/collabora/code - https://hub.docker.com/r/nginxinc/nginx-unprivileged type: application -version: 33.0.10 +version: 33.1.0 diff --git a/charts/premium/nextcloud/values.yaml b/charts/premium/nextcloud/values.yaml index b963f9a0e87..e89cd0be6a5 100644 --- a/charts/premium/nextcloud/values.yaml +++ b/charts/premium/nextcloud/values.yaml @@ -141,6 +141,13 @@ workload: main: enabled: true primary: true + resources: + limits: + cpu: 2000m + memory: 3000Mi + requests: + cpu: 200m + memory: 500Mi envFrom: - configMapRef: name: nextcloud-config @@ -303,6 +310,12 @@ workload: enabled: true imageSelector: collaboraImage resources: + limits: + cpu: 2000m + memory: 3000Mi + requests: + cpu: 200m + memory: 500Mi excludeExtra: true securityContext: runAsUser: 1001 @@ -538,3 +551,5 @@ ingress: traefik: chartMiddlewares: - nextcloud-redirect + + diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index e5cab6343b1..0bd27db4ffa 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -35,5 +35,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - https://hub.docker.com/r/advplyr/audiobookshelf type: application -version: 11.15.0 +version: 11.16.0 diff --git a/charts/stable/audiobookshelf/values.yaml b/charts/stable/audiobookshelf/values.yaml index 90845141134..4d16708b2fe 100644 --- a/charts/stable/audiobookshelf/values.yaml +++ b/charts/stable/audiobookshelf/values.yaml @@ -43,3 +43,11 @@ persistence: metadata: enabled: true mountPath: /metadata + +resources: + limits: + cpu: 500m + memory: 750Mi + requests: + cpu: 50m + memory: 125Mi