chore(helm): update image ghcr.io/stirling-tools/s-pdf 2.1.0 → 2.1.1 (#42478)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `56dd735` -> `c351ebf` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `893ae89` -> `f353f33` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `58aac34` -> `8d5d3d7` | --- > [!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> ### [`v2.1.1`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.1.1): 2.1.1 bug fixes and desktop login UI [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v2.1.0...v2.1.1) A quick hotfix update for general UI tweaks and bugs and possible fix for SSO issues I would also like to take this time to apologise for any of the issues users have been seeing with SSO in our 2.0 update, we are doing the best we can to identify and resolve! ##### What's Changed ##### Minor Enhancements - Desktop to match normal login screens by [@​ConnorYoh](https://redirect.github.com/ConnorYoh) in [#​5122](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5122) - SSO login fix by [@​DarioGii](https://redirect.github.com/DarioGii) in [#​5167](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5167) ##### Other Changes - More fixes for automate by [@​jbrunton96](https://redirect.github.com/jbrunton96) in [#​5168](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5168) - Update OCR setup guide link in LanguagePicker by [@​keonchennl](https://redirect.github.com/keonchennl) in [#​5162](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5162) - add enum SERVER to list of valid licenses by [@​EthanHealy01](https://redirect.github.com/EthanHealy01) in [#​5172](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5172) - Chore/bump gradle version number by [@​EthanHealy01](https://redirect.github.com/EthanHealy01) in [#​5176](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5176) ##### New Contributors - [@​keonchennl](https://redirect.github.com/keonchennl) made their first contribution in [#​5162](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5162) **Full Changelog**: <https://github.com/Stirling-Tools/Stirling-PDF/compare/v2.1.0...v2.1.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.0
|
||||
appVersion: 2.1.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.2
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/Stirling-Tools/Stirling-PDF
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stirling-pdf
|
||||
type: application
|
||||
version: 8.4.0
|
||||
version: 8.4.3
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
image:
|
||||
repository: ghcr.io/stirling-tools/s-pdf
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.1.0-ultra-lite@sha256:58aac3438dac09cb88e8664a558f77ba74d4e14b286936841c9eec7c3ca37e78
|
||||
tag: 2.1.1-ultra-lite@sha256:8d5d3d70cb5ea38fdf07dae499d8c04ec5b1c93df2fb7279d6f2d9f945b4ada1
|
||||
fatImage:
|
||||
repository: ghcr.io/stirling-tools/s-pdf
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.1.0-fat@sha256:893ae895a0eecc6461c7c4dba6326c165f0c00f3abc5a15ef1aa75f4c1553e26
|
||||
tag: 2.1.1-fat@sha256:f353f33dd762d2f764e3bbc289972feb72fd4a3bcbbb62b486a1d59867ace6a8
|
||||
fullImage:
|
||||
repository: ghcr.io/stirling-tools/s-pdf
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.1.0@sha256:56dd735b7b59ca4fe69266f6f1933cd4e1c203ac46f0886845c4d5fc1bc65cf1
|
||||
tag: 2.1.1@sha256:c351ebf9d7602f1e63c49b20043739fc5ee13defa43e40646bf09aabc10f6e21
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user