d59255d759
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `986ae1d` → `7ed4d96` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `e09e109` → `aa91c68` | --- > [!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>Stirling-Tools/Stirling-PDF (ghcr.io/stirling-tools/s-pdf)</summary> ### [`v2.14.2`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.14.2): 2.14.2 Hotfix for certain postgres environments [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v2.14.1...v2.14.2) Server only hotfix for certain postgres connections having issues loading user data **Full Changelog**: <https://github.com/Stirling-Tools/Stirling-PDF/compare/v2.14.1...v2.14.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zdGlybGluZy1wZGYiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
58 lines
1.7 KiB
YAML
58 lines
1.7 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/stirling-tools/s-pdf
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.14.1-ultra-lite@sha256:65c7f37796b8f3a0ee519f3f10228de0667d3df1a8aaa65f6d1a7fce212643d8
|
|
fatImage:
|
|
repository: ghcr.io/stirling-tools/s-pdf
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.14.2-fat@sha256:aa91c68b85992986302fbdb6735f2c0824e329304e43c814a9b77c9dd0dbe410
|
|
fullImage:
|
|
repository: ghcr.io/stirling-tools/s-pdf
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.14.2@sha256:7ed4d9681d18e4fbc3aa6a63647c4b5c2bcc4b75841df7c05d7e3d2320f5c9a1
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
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"
|