From b5c01142dfd05332f8fce1b4f6875015395fda66 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 3 Feb 2026 23:50:42 +0100 Subject: [PATCH] =?UTF-8?q?fix(spoolman):=20update=20image=20ghcr.io/donki?= =?UTF-8?q?e/spoolman=200.23.0=20=E2=86=92=200.23.1=20(#44516)?= 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/donkie/spoolman](https://redirect.github.com/Donkie/Spoolman) | patch | `6606dcb` -> `c798bcc` | --- > [!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. --- ### Release Notes
Donkie/Spoolman (ghcr.io/donkie/spoolman) ### [`v0.23.1`](https://redirect.github.com/Donkie/Spoolman/releases/tag/v0.23.1) [Compare Source](https://redirect.github.com/Donkie/Spoolman/compare/v0.23.0...v0.23.1) Minor update to fix filament list not showing all items. Many thanks to [@​nyanotech](https://redirect.github.com/nyanotech) for the fix! #### What's Changed - explicitly disable pagination for useSelect by [@​nyanotech](https://redirect.github.com/nyanotech) in [#​831](https://redirect.github.com/Donkie/Spoolman/pull/831) - Bump lodash from 4.17.21 to 4.17.23 in /client by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​823](https://redirect.github.com/Donkie/Spoolman/pull/823) - Bump lodash-es from 4.17.22 to 4.17.23 in /client by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​822](https://redirect.github.com/Donkie/Spoolman/pull/822) #### New Contributors - [@​nyanotech](https://redirect.github.com/nyanotech) made their first contribution in [#​831](https://redirect.github.com/Donkie/Spoolman/pull/831) **Full Changelog**:
--- ### 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). --- charts/stable/spoolman/Chart.yaml | 14 +++++++------- charts/stable/spoolman/values.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/stable/spoolman/Chart.yaml b/charts/stable/spoolman/Chart.yaml index d729ba5ad6b..8d02fdac660 100644 --- a/charts/stable/spoolman/Chart.yaml +++ b/charts/stable/spoolman/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.23.0 +appVersion: 0.23.1 dependencies: - name: common version: 28.29.49 @@ -25,21 +25,21 @@ dependencies: import-values: [] deprecated: false description: Keep track of your inventory of 3D-printer filament spools. -home: https://trueforge.org/truetech/truecharts/charts/stable/spoolman -icon: https://trueforge.org/img/hotlink-ok/chart-icons/spoolman.webp +home: https://truecharts.org/charts/stable/spoolman +icon: https://truecharts.org/img/hotlink-ok/chart-icons/spoolman.webp keywords: - spoolman - inventory -kubeVersion: '>=1.27.0-0' +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@trueforge.org - url: https://trueforge.org + email: info@truecharts.org + url: https://truecharts.org name: spoolman sources: - https://ghcr.io/donkie/spoolman - https://github.com/Donkie/Spoolman - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/spoolman type: application -version: 1.12.4 +version: 1.12.5 diff --git a/charts/stable/spoolman/values.yaml b/charts/stable/spoolman/values.yaml index df7fc330b22..b0cdf973e23 100644 --- a/charts/stable/spoolman/values.yaml +++ b/charts/stable/spoolman/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/donkie/spoolman pullPolicy: IfNotPresent - tag: 0.23.0@sha256:6606dcbbabfc75db207c07d5a8db6162b1e5ed0768750881f306b6328e14145b + tag: 0.23.1@sha256:c798bcc19194949962044459e4b43c09d667d084ae9c2c2e0187a42c36d43d9e securityContext: container: readOnlyRootFilesystem: false