chore(helm): update image docker.io/gotson/komga 1.21.1 → 1.21.2 (#33143)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gotson/komga](https://redirect.github.com/gotson/komga) | patch | `cf6a105` -> `ba58769` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>gotson/komga (docker.io/gotson/komga)</summary> ### [`v1.21.2`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1212-2025-03-12) [Compare Source](https://redirect.github.com/gotson/komga/compare/1.21.1...1.21.2) #### 🐛 Fixes **conveyor** - disable Linux builds for desktop app ([0d144a6](https://redirect.github.com/gotson/komga/commits/0d144a6)) **opds** - keep reading paging would spill over to on-deck ([9be980d](https://redirect.github.com/gotson/komga/commits/9be980d)) **webui** - import book details does not show format ([b7069c2](https://redirect.github.com/gotson/komga/commits/b7069c2)) **unscoped** - replace UriUtils.decode with URLDecode.decode ([6553437](https://redirect.github.com/gotson/komga/commits/6553437)), closes [#​1909](https://redirect.github.com/gotson/komga/issues/1909) - better handling of epub path with anchor on windows ([cd6b83d](https://redirect.github.com/gotson/komga/commits/cd6b83d)), closes [#​1909](https://redirect.github.com/gotson/komga/issues/1909) - more robust process handling for kepubify ([48e6eaf](https://redirect.github.com/gotson/komga/commits/48e6eaf)) - don't fail epub analysis when optional features are missing ([465467c](https://redirect.github.com/gotson/komga/commits/465467c)), closes [#​1909](https://redirect.github.com/gotson/komga/issues/1909) #### 🔄️ Changes **conveyor** - remove key added by mistake ([1250a97](https://redirect.github.com/gotson/komga/commits/1250a97)) #### 🛠 Build - fix parameterized test ([62d193d](https://redirect.github.com/gotson/komga/commits/62d193d)) - add corner cases for epub nav ([01ef2b0](https://redirect.github.com/gotson/komga/commits/01ef2b0)) - also run tests on windows and macos ([d299020](https://redirect.github.com/gotson/komga/commits/d299020)) #### ⚙️ Dependencies **webui** - bump axios from 1.7.4 to 1.8.2 in /komga-webui ([#​1910](https://redirect.github.com/gotson/komga/issues/1910)) ([9454552](https://redirect.github.com/gotson/komga/commits/9454552)), closes [#​1910](https://redirect.github.com/gotson/komga/issues/1910) </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.21.1
|
||||
appVersion: 1.21.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://hub.docker.com/r/gotson/komga
|
||||
- https://komga.org/
|
||||
type: application
|
||||
version: 15.15.1
|
||||
version: 15.15.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/gotson/komga
|
||||
tag: 1.21.1@sha256:cf6a105c7db7b556c5eaff8a2289cca9b71221328470f0575fec7e9f2337b24e
|
||||
tag: 1.21.2@sha256:ba587695d786f0e8f4de8598b8aa2785cc8c671098ef1cb624819c2bb812789c
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user