fix(spoolman): update image ghcr.io/donkie/spoolman 0.23.0 → 0.23.1 (#44516)
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 <details> <summary>Donkie/Spoolman (ghcr.io/donkie/spoolman)</summary> ### [`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**: <https://github.com/Donkie/Spoolman/compare/v0.23.0...v0.23.1> </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3Bvb2xtYW4iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user