541bd9d121
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fluidd-core/fluidd](https://redirect.github.com/fluidd-core/fluidd) | patch | `1eb63d8` → `893fc63` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>fluidd-core/fluidd (ghcr.io/fluidd-core/fluidd)</summary> ### [`v1.36.4`](https://redirect.github.com/fluidd-core/fluidd/releases/tag/v1.36.4) [Compare Source](https://redirect.github.com/fluidd-core/fluidd/compare/v1.36.3...v1.36.4) ##### Features - **i18n-de:** Update German translations ([7a6e54d](https://redirect.github.com/fluidd-core/fluidd/commit/7a6e54d63d83258a65fae9dbca127efadca5f0ad)) - **i18n-pl:** Update Polish translations ([4c28150](https://redirect.github.com/fluidd-core/fluidd/commit/4c28150c7caf4d1d6d7e481a596c44f57ee21997)) - **i18n-sl:** Update Slovenian translations ([bace4ce](https://redirect.github.com/fluidd-core/fluidd/commit/bace4ce758ee4f0f3ce842bcbe1119075885d473)) - use Monarch tokenizer for large gcode files ([#​1814](https://redirect.github.com/fluidd-core/fluidd/issues/1814)) ([c218928](https://redirect.github.com/fluidd-core/fluidd/commit/c2189282fd1c8e8c41d78143c01a6c9994aab7c6)) ##### Bug Fixes - allow Klipper restart if printer paused ([#​1811](https://redirect.github.com/fluidd-core/fluidd/issues/1811)) ([1b0478c](https://redirect.github.com/fluidd-core/fluidd/commit/1b0478c0b1e30ad404f2dcf0c8649908aacbaddf)) ##### Code Refactorings - typing improvements ([107d6d6](https://redirect.github.com/fluidd-core/fluidd/commit/107d6d622c8f89a8699915ce0d616235b5c8e9a8)) - use monaco provider classes ([#​1816](https://redirect.github.com/fluidd-core/fluidd/issues/1816)) ([d8f154f](https://redirect.github.com/fluidd-core/fluidd/commit/d8f154fb9af4c19a13ce34ea4645c64fcc102330)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmx1aWRkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
34 lines
727 B
YAML
34 lines
727 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/fluidd-core/fluidd
|
|
tag: v1.36.4@sha256:893fc63f4f9f3b3ce7beae209186da3fed592fec6f7efdee8e287d6e774ecef0
|
|
pullPolicy: IfNotPresent
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10224
|
|
targetPort: 80
|