From 88b3f3598e027583a423402dc99314495ba5990b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 12 Oct 2025 00:31:08 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/stirlin?= =?UTF-8?q?g-tools/s-pdf=201.3.2=20=E2=86=92=201.4.0=20(#40648)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | minor | `ae74a9f` -> `e03d391` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | minor | `c755fdf` -> `a8d2646` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | minor | `5c2a328` -> `fa57830` | --- > [!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
Stirling-Tools/Stirling-PDF (ghcr.io/stirling-tools/s-pdf) ### [`v1.4.0`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v1.4.0): 1.4.0 CBZ, numerous tool improvements and more [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v1.3.2...v1.4.0) This latest release contains several improvements and new features most of which from [@​balazs-szucs](https://redirect.github.com/balazs-szucs), so a huge thanks goes out to them! Main changes are: - Crop to have option to correctly remove the text outside crop window - CBZ to PDF and PDF to CBZ - PDF to CBR (requires you to manually install rar due to license requirements) - Extra colour options in both sign and also replace colours tools Main bug fixes - Get info correctly checks PDF compliancy - Merge order by time fixed Along with these changes were numerous other bug fixes, enhancements and clean-ups please check them out below! (Thanks again to [@​balazs-szucs](https://redirect.github.com/balazs-szucs)!) Also for those wondering about our [V2](https://redirect.github.com/Stirling-Tools/Stirling-PDF/tree/V2) progress, The team recently released which is a SaaS version of the soon to be released V2 for selfhosted users in coming weeks. Please give feedback (Button is in bottom right of SaaS) on what you think and changes that you want before it goes live to you all. We have some more big improvements coming soon to V2 particularly to the tool menu and multi tool in few days thanks to the feedback we already received (thankyou!) ##### What's Changed ##### Enhancements - feat: custom error handling when calling renderImageWithDPI, controllers to respect global DPI by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4407](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4407) - feat(multi-layout): implement form field copying and transformation for multi-page PDF to keep form data by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4314](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4314) - feat(replace-and-invert-colour): Add CMYK color space conversion with prepress preset for PDF processing by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4494](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4494) - feat: Add RegexPatternUtils for centralized regex management, file naming funcs, UtilityClass annotation by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4218](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4218) - feat(cbz-to-pdf,pdf-to-cbz): Converter for CBZ format to and from PDF by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4472](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4472) - feat(sign): Add signature color picker and custom signature colors by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4441](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4441) - feat(get-info-on-pdf): use PDFBox preflight to validate PDF compliancy level, and parse in compliancy type by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4595](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4595) - feat(merge): use metadata for sortByDate by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4461](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4461) - feat(cbr-to-pdf,pdf-to-cbr): add PDF to/from CBR conversion with ebook optimization option by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4581](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4581) - feat(i18n): add German translations for CBR/CBZ comic conversion tools by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​4597](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4597) - feat(pdf-to-cbr): integrate RAR for CBR output generation by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4626](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4626) - feat(crop): Crop remove outside text by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4499](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4499) ##### Minor Enhancements - fix: try-with-resources for Streams interacting with Files to ensure proper resource management by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4404](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4404) - performance: Use StringBuilder instead of string concatenation for building strings by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4193](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4193) - fix: Update checkbox elements to use Bootstrap classes for consistent styling by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4412](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4412) - refactor(core,common,proprietary): Replace Date with Instant/modern Date API alternative for improved time handling by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4497](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4497) - refactor: replace size checks with isEmpty(), safely collapse redundant emptiness checking logic, minor code improvements by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4132](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4132) - perf: Logging statements to use parameterized messages by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4399](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4399) - refactor: replace switch statements with modern switch expressions for better readability by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4095](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4095) - refactor: tooltips behavior and tooltips in bookmark editor by [@​lukasstorck](https://redirect.github.com/lukasstorck) in [#​4136](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4136) - Defaulting JWT settings to `false` by [@​DarioGii](https://redirect.github.com/DarioGii) in [#​4416](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4416) - refactor: Replace manual resource handling with try-with-resources by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4593](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4593) - fix(scanner-effect): lower default DPI in ScannerEffectRequest by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4565](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4565) - fix(replace-and-invert-color): preserve original filename with '-inverted.pdf' suffix for output by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4594](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4594) - fix(scale): Throw exceptions for invalid page size instead of returning null in getTargetSize method by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4460](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4460) - fix(repair): suppress corrupted PDF error/warning banner on repair page by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4434](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4434) - fix(sanitize): fix JavaScript handling, embedded file sanitization by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4652](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4652) ##### Docker Updates - build(deps): bump actions/setup-python from 5.6.0 to 6.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4379](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4379) - build(deps): bump step-security/harden-runner from 2.13.0 to 2.13.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4538](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4538) - build(deps): bump docker/login-action from 3.5.0 to 3.6.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4552](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4552) - build(deps): bump gradle/actions from 4.4.2 to 4.4.4 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4548](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4548) - build(deps): bump sigstore/cosign-installer from 3.9.2 to 3.10.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4547](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4547) - build(deps): bump gradle/actions from 4.4.4 to 5.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4605](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4605) ##### Translation Changes - Update hungarian translation for editTableOfContents strings by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4165](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4165) - Update and improve the zh-TW Traditional Chinese translation by [@​PeterDaveHello](https://redirect.github.com/PeterDaveHello) in [#​4400](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4400) - Update and improve Croatian (hrvatski) (hr\_HR) locale by [@​PeterDaveHello](https://redirect.github.com/PeterDaveHello) in [#​4202](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4202) - Translate fr by [@​miniupnp](https://redirect.github.com/miniupnp) in [#​4168](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4168) - Spanish translation by [@​txelu](https://redirect.github.com/txelu) in [#​4290](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4290) - Update messages\_it\_IT.properties by [@​albanobattistella](https://redirect.github.com/albanobattistella) in [#​4398](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4398) - Update Hungarian translation by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4401](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4401) - Update serbian translation by [@​dmiljk](https://redirect.github.com/dmiljk) in [#​4411](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4411) - Update messages\_ru\_RU.properties by [@​TheShadowAngel](https://redirect.github.com/TheShadowAngel) in [#​4426](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4426) - :globe\_with\_meridians: Sync Translations + Update README Progress Table by [@​stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in [#​4465](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4465) - :globe\_with\_meridians: Sync Translations + Update README Progress Table by [@​stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in [#​4542](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4542) - Update messages\_it\_IT.properties by [@​albanobattistella](https://redirect.github.com/albanobattistella) in [#​4563](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4563) - 🌐 Update messages\_ru\_RU.properties by [@​TheShadowAngel](https://redirect.github.com/TheShadowAngel) in [#​4577](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4577) - :globe\_with\_meridians: Sync Translations + Update README Progress Table by [@​stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in [#​4606](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4606) - Update Hungarian translations by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4573](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4573) - Update Hungarian translations for improved consistency and clarity. by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4623](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4623) ##### Development Tools - fix(ci): 🛡️ mitigate CVE-2025-8869 by enforcing wheels-only pip installs and upgrading pinned dependencies by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​4598](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4598) ##### Other Changes - fix: normalize path in ApplicationPropertiesLogicTest by [@​msgilligan](https://redirect.github.com/msgilligan) in [#​4477](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4477) - build(deps): bump actions/setup-node from 4.4.0 to 5.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4381](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4381) - build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4382](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4382) - build(deps): bump actions/stale from 9.1.0 to 10.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4380](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4380) - build(deps): bump bouncycastleVersion from 1.81 to 1.82 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4474](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4474) - build(deps): bump org.postgresql:postgresql from 42.7.7 to 42.7.8 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4479](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4479) - build(deps): bump org.projectlombok:lombok from 1.18.38 to 1.18.42 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4475](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4475) - build(deps): bump commonmarkVersion from 0.25.1 to 0.26.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4447](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4447) - build(deps): bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4534](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4534) - build(deps): bump springSecuritySamlVersion from 6.5.3 to 6.5.5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4536](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4536) - build(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4541](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4541) - build(deps): bump softprops/action-gh-release from 2.3.2 to 2.3.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4540](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4540) - build(deps): bump github/codeql-action from 3.30.0 to 3.30.5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4539](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4539) - build(deps): bump actions/github-script from 7.0.1 to 8.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4378](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4378) - build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.12 to 2.8.13 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4421](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4421) - build(deps): bump jakarta.mail:jakarta.mail-api from 2.1.4 to 2.1.5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4553](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4553) - build(deps): bump io.swagger.core.v3:swagger-core-jakarta from 2.2.36 to 2.2.38 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4551](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4551) - build(deps): bump org.springframework.boot:spring-boot-dependencies from 3.5.5 to 3.5.6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4550](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4550) - build(deps): bump org.eclipse.angus:angus-mail from 2.0.4 to 2.0.5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4549](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4549) - build(deps): bump org.springframework.boot from 3.5.5 to 3.5.6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4545](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4545) - build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4604](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4604) - build(deps): bump softprops/action-gh-release from 2.3.3 to 2.3.4 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4602](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4602) - build(deps): bump github/codeql-action from 3.30.5 to 3.30.6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4601](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4601) - build(deps): bump actions/stale from 10.0.0 to 10.1.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4603](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4603) - build(deps): bump ch.qos.logback:logback-core from 1.5.18 to 1.5.19 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4561](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4561) - build(deps): bump io.micrometer:micrometer-core from 1.15.3 to 1.15.4 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​4420](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4420) - Update build.gradle by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​4648](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4648) - docs: update and reorganize README by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​4608](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4608) ##### New Contributors - [@​msgilligan](https://redirect.github.com/msgilligan) made their first contribution in [#​4477](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4477) - [@​txelu](https://redirect.github.com/txelu) made their first contribution in [#​4290](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4290) **Full Changelog**:
--- ### 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. --- - [ ] 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). --- charts/stable/stirling-pdf/Chart.yaml | 9 +++++---- charts/stable/stirling-pdf/values.yaml | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/charts/stable/stirling-pdf/Chart.yaml b/charts/stable/stirling-pdf/Chart.yaml index d43701a4c66..d507888a3cb 100644 --- a/charts/stable/stirling-pdf/Chart.yaml +++ b/charts/stable/stirling-pdf/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 1.3.2 +appVersion: 1.4.0 dependencies: - name: common version: 28.22.0 @@ -22,8 +22,8 @@ dependencies: import-values: [] deprecated: false description: A robust, locally hosted web-based PDF manipulation tool. -home: https://trueforge.org/truecharts/stable/stirling-pdf -icon: https://trueforge.org/img/hotlink-ok/chart-icons/stirling-pdf.webp +home: https://truecharts.org/charts/stable/stirling-pdf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stirling-pdf.webp keywords: - stirling-pdf - pdf @@ -36,7 +36,8 @@ name: stirling-pdf sources: - https://ghcr.io/stirling-tools/s-pdf - https://github.com/Stirling-Tools/Stirling-PDF + - https://github.com/truecharts/charts/tree/master/charts/stable/stirling-pdf - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stirling-pdf type: application -version: 5.17.0 +version: 5.20.0 diff --git a/charts/stable/stirling-pdf/values.yaml b/charts/stable/stirling-pdf/values.yaml index 8e92adbb949..f52f2ee110f 100644 --- a/charts/stable/stirling-pdf/values.yaml +++ b/charts/stable/stirling-pdf/values.yaml @@ -1,15 +1,15 @@ image: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent - tag: 1.3.2-ultra-lite@sha256:5c2a328a22ba9907e464569fbc89ea055ae01b37b0f98de2a7db7d950c2e68f3 + tag: 1.4.0-ultra-lite@sha256:fa578308b9cb739716c57a6df766a9f25b02833b4813dd592bc90bb02f5bebc2 fatImage: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent - tag: 1.3.2-fat@sha256:c755fdfa5ef9bbb5d32c3193a7962ec7e42e151c4f161afe7b49aa175858e72e + tag: 1.4.0-fat@sha256:a8d2646bc24a0fd104a6fdad4306218cecebea9bcb1a06fd8dc8b3407050051c fullImage: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent - tag: 1.3.2@sha256:ae74a9f00f374e628c484c2f4bb96c08406a3e8b8cb3825ea821df9dd8a7fdd7 + tag: 1.4.0@sha256:e03d391d74aa642fb00ae4d7416d7c9e686c96d124e18dbd4d57575256a85d58 securityContext: container: runAsNonRoot: false