This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `36bf72e` -> `fc53d48` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `874af0e` -> `514cde0` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `aa351d1` -> `c3d6345` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Stirling-Tools/Stirling-PDF (ghcr.io/stirling-tools/s-pdf)</summary> ### [`v0.45.6`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.45.6): Bug fixes for sign and pipelines [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.5...v0.45.6) <!-- Release notes generated using configuration in .github/release.yml at main --> - Fixes bug for pipeline not loading correctly introduced in 0.45.5 - Fixes issue with signature drawing 'lagging' on certain devices ##### What's Changed ##### Bug Fixes - Bug/498/signature slow firefox mobile by [@​reecebrowne](https://redirect.github.com/reecebrowne) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/3322](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3322) ##### Minor Enhancements - Error reductions found via analytics by [@​ConnorYoh](https://redirect.github.com/ConnorYoh) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/3351](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3351) - Update 3rd Party Licenses by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/3354](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3354) - fix pipelines via changing to service by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/3358](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3358) ##### Translation Changes - Update messages_it_IT.properties by [@​albanobattistella](https://redirect.github.com/albanobattistella) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/3350](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3350) ##### Other Changes - Bump io.micrometer:micrometer-core from 1.14.5 to 1.14.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/3353](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3353) - 🌐 Sync Translations + Update README Progress Table by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/3352](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3352) **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.5...v0.45.6 </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
51 lines
1.5 KiB
YAML
51 lines
1.5 KiB
YAML
image:
|
|
repository: ghcr.io/stirling-tools/s-pdf
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.45.6-ultra-lite@sha256:c3d634530f64637b9c4405b75e4afef787c1398aee4a22ba27d95f9c28041224
|
|
fatImage:
|
|
repository: ghcr.io/stirling-tools/s-pdf
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.45.6-fat@sha256:514cde0f2d279ff5301efecd7c2933c6c3c546d7d133a7a76f6a59ed2e491652
|
|
fullImage:
|
|
repository: ghcr.io/stirling-tools/s-pdf
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.45.6@sha256:fc53d48a018cc36446a4b1373db633be51301b828755e312c386b7700cdf2318
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 8080
|
|
port: 18080
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
# checkout the difference between the images.
|
|
# https://github.com/Stirling-Tools/Stirling-PDF/blob/main/Version-groups.md
|
|
imageSelector: image
|
|
env:
|
|
# enable to add login support
|
|
DOCKER_ENABLE_SECURITY: false
|
|
# uncomment to set the intial auth
|
|
# default auth below
|
|
# SECURITY_INITIALLOGIN_USERNAME: admin
|
|
# SECURITY_INITIALLOGIN_PASSWORD: stirling
|
|
# Download Calibre onto Stirling-PDF to enable PDF to/from book and advanced HTML conversion
|
|
INSTALL_BOOK_AND_ADVANCED_HTML_OPS: false
|
|
LANGS: en_US
|
|
persistence:
|
|
configs:
|
|
enabled: true
|
|
mountPath: "/configs"
|
|
tessdata:
|
|
enabled: true
|
|
mountPath: "/usr/share/tessdata"
|
|
custom-files:
|
|
enabled: true
|
|
mountPath: "/customFiles"
|
|
logs:
|
|
enabled: true
|
|
mountPath: "/logs"
|