This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `3655ddd` -> `de394ff` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `5a79570` -> `cca7a69` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `cad26de` -> `47c91c9` | 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> ### [`v1.0.2`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v1.0.2): 1.0.2 Minor bug fixes [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v1.0.1...v1.0.2) <!-- Release notes generated using configuration in .github/release.yml at main --> Quick Bug fixes for - Resource overrides - The account button not being visible under certain circumstances - API docs being correctly updated ##### What's Changed ##### Bug Fixes - Fix for `generateOpenApiDocs` Task by [@​DarioGii](https://redirect.github.com/DarioGii) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/3911](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3911) ##### Minor Enhancements - fix for [#​3907](https://redirect.github.com/Stirling-Tools/Stirling-PDF/issues/3907) resource override by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/3910](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3910) - Survey change to reduce prompts to users by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/3913](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3913) **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v1.0.1...v1.0.2 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
51 lines
1.5 KiB
YAML
51 lines
1.5 KiB
YAML
image:
|
|
repository: ghcr.io/stirling-tools/s-pdf
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.0.2-ultra-lite@sha256:47c91c9080308674ecb6be7c1e280c743240cef1f478af4cdad4a1b5ba636aa3
|
|
fatImage:
|
|
repository: ghcr.io/stirling-tools/s-pdf
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.0.2-fat@sha256:cca7a69948f6af03ebc07a54dc0846b28fe90f4937cae0c1bd4a255f7b25aa04
|
|
fullImage:
|
|
repository: ghcr.io/stirling-tools/s-pdf
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.0.2@sha256:de394ff4cb076c9fede6edff4c50284a82ff729e2d056dbea05910aba02eb21b
|
|
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"
|