chore(helm): update image docker.io/gotson/komga 1.16.0 → 1.17.0 (#30752)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gotson/komga](https://redirect.github.com/gotson/komga) | minor | `a703919` -> `ea5dd50` | --- > [!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>gotson/komga (docker.io/gotson/komga)</summary> ### [`v1.17.0`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1170-2025-01-09) [Compare Source](https://redirect.github.com/gotson/komga/compare/1.16.0...1.17.0) #### 🚀 Features - add support for KOReader Sync ([623b2e3](https://redirect.github.com/gotson/komga/commits/623b2e3)), closes [#​1760](https://redirect.github.com/gotson/komga/issues/1760) #### 🐛 Fixes **api** - read progress modified time could be inaccurate in some cases ([6c3565c](https://redirect.github.com/gotson/komga/commits/6c3565c)) **unscoped** - better detection for KCC converted Epub ([6dcebb4](https://redirect.github.com/gotson/komga/commits/6dcebb4)) #### 🔄️ Changes - move user roles to separate database table ([cbb0d61](https://redirect.github.com/gotson/komga/commits/cbb0d61)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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.16.0
|
||||
appVersion: 1.17.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.3.1
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://hub.docker.com/r/gotson/komga
|
||||
- https://komga.org/
|
||||
type: application
|
||||
version: 15.9.0
|
||||
version: 15.10.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/gotson/komga
|
||||
tag: 1.16.0@sha256:a70391910fc2be0817729d3a3e47863338d677a52efc0493f67146d9c97c40ed
|
||||
tag: 1.17.0@sha256:ea5dd50bc2ae7d9541821ff0ced5cc5877c95ec9f3bc967534e0fe4dd6f97967
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user