chore(helm): update image ghcr.io/stirling-tools/s-pdf 1.3.2 → 1.4.0 (#40648)

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

<details>
<summary>Stirling-Tools/Stirling-PDF
(ghcr.io/stirling-tools/s-pdf)</summary>

###
[`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
[@&#8203;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
[@&#8203;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 <https://stirling.com/app> 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
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;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
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;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
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4494](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4494)
- feat: Add RegexPatternUtils for centralized regex management, file
naming funcs, UtilityClass annotation by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;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 [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4472](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4472)
- feat(sign): Add signature color picker and custom signature colors by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;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
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4595](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4595)
- feat(merge): use metadata for sortByDate by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;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
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4581](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4581)
- feat(i18n): add German translations for CBR/CBZ comic conversion tools
by [@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;4597](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4597)
- feat(pdf-to-cbr): integrate RAR for CBR output generation by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4626](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4626)
- feat(crop): Crop remove outside text by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;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
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4404](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4404)
- performance: Use StringBuilder instead of string concatenation for
building strings by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4193](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4193)
- fix: Update checkbox elements to use Bootstrap classes for consistent
styling by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;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
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;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
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4132](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4132)
- perf: Logging statements to use parameterized messages by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4399](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4399)
- refactor: replace switch statements with modern switch expressions for
better readability by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4095](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4095)
- refactor: tooltips behavior and tooltips in bookmark editor by
[@&#8203;lukasstorck](https://redirect.github.com/lukasstorck) in
[#&#8203;4136](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4136)
- Defaulting JWT settings to `false` by
[@&#8203;DarioGii](https://redirect.github.com/DarioGii) in
[#&#8203;4416](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4416)
- refactor: Replace manual resource handling with try-with-resources by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4593](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4593)
- fix(scanner-effect): lower default DPI in ScannerEffectRequest by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;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
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;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
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4460](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4460)
- fix(repair): suppress corrupted PDF error/warning banner on repair
page by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
in
[#&#8203;4434](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4434)
- fix(sanitize): fix JavaScript handling, embedded file sanitization by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4605](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4605)

##### Translation Changes

- Update hungarian translation for editTableOfContents strings by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4165](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4165)
- Update and improve the zh-TW Traditional Chinese translation by
[@&#8203;PeterDaveHello](https://redirect.github.com/PeterDaveHello) in
[#&#8203;4400](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4400)
- Update and improve Croatian (hrvatski) (hr\_HR) locale by
[@&#8203;PeterDaveHello](https://redirect.github.com/PeterDaveHello) in
[#&#8203;4202](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4202)
- Translate fr by
[@&#8203;miniupnp](https://redirect.github.com/miniupnp) in
[#&#8203;4168](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4168)
- Spanish translation by
[@&#8203;txelu](https://redirect.github.com/txelu) in
[#&#8203;4290](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4290)
- Update messages\_it\_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[#&#8203;4398](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4398)
- Update Hungarian translation by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4401](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4401)
- Update serbian translation by
[@&#8203;dmiljk](https://redirect.github.com/dmiljk) in
[#&#8203;4411](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4411)
- Update messages\_ru\_RU.properties by
[@&#8203;TheShadowAngel](https://redirect.github.com/TheShadowAngel) in
[#&#8203;4426](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4426)
- :globe\_with\_meridians: Sync Translations + Update README Progress
Table by
[@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in
[#&#8203;4465](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4465)
- :globe\_with\_meridians: Sync Translations + Update README Progress
Table by
[@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in
[#&#8203;4542](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4542)
- Update messages\_it\_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[#&#8203;4563](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4563)
- 🌐 Update messages\_ru\_RU.properties by
[@&#8203;TheShadowAngel](https://redirect.github.com/TheShadowAngel) in
[#&#8203;4577](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4577)
- :globe\_with\_meridians: Sync Translations + Update README Progress
Table by
[@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in
[#&#8203;4606](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4606)
- Update Hungarian translations by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4573](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4573)
- Update Hungarian translations for improved consistency and clarity. by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;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
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;4598](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4598)

##### Other Changes

- fix: normalize path in ApplicationPropertiesLogicTest by
[@&#8203;msgilligan](https://redirect.github.com/msgilligan) in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4380](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4380)
- build(deps): bump bouncycastleVersion from 1.81 to 1.82 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4475](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4475)
- build(deps): bump commonmarkVersion from 0.25.1 to 0.26.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4534](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4534)
- build(deps): bump springSecuritySamlVersion from 6.5.3 to 6.5.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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 [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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 [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4420](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4420)
- Update build.gradle by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[#&#8203;4648](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4648)
- docs: update and reorganize README by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4608](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4608)

##### New Contributors

- [@&#8203;msgilligan](https://redirect.github.com/msgilligan) made
their first contribution in
[#&#8203;4477](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4477)
- [@&#8203;txelu](https://redirect.github.com/txelu) made their first
contribution in
[#&#8203;4290](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4290)

**Full Changelog**:
<https://github.com/Stirling-Tools/Stirling-PDF/compare/v1.3.2...v1.4.0>

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-10-12 00:31:08 +02:00
committed by GitHub
parent 9a386c53a1
commit 88b3f3598e
2 changed files with 8 additions and 7 deletions

View File

@@ -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

View File

@@ -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