chore(helm): update image docker.io/gotson/komga 1.19.0 → 1.19.1 (#31679)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gotson/komga](https://redirect.github.com/gotson/komga) | patch | `b7bd32b` -> `8d8dfda` | --- > [!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.19.1`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1191-2025-02-03) [Compare Source](https://redirect.github.com/gotson/komga/compare/1.19.0...1.19.1) #### 🐛 Fixes **api** - cannot delete library with huge number of series ([c4a4278](https://redirect.github.com/gotson/komga/commits/c4a4278)), closes [#​1848](https://redirect.github.com/gotson/komga/issues/1848) **docker** - embedded fonts would not load properly ([e5e534a](https://redirect.github.com/gotson/komga/commits/e5e534a)) **webui** - flickering on duplicate pages views ([723d390](https://redirect.github.com/gotson/komga/commits/723d390)) - filter panels would display invalid data ([523151a](https://redirect.github.com/gotson/komga/commits/523151a)) - adjust navigation drawer for better readability ([a44135d](https://redirect.github.com/gotson/komga/commits/a44135d)) #### 🛠 Build **webui** - update Browserslist db ([09a45b8](https://redirect.github.com/gotson/komga/commits/09a45b8)) #### 🌐 Translation **komga-tray** - translated using Weblate (Hungarian) ([0d711fa](https://redirect.github.com/gotson/komga/commits/0d711fa)) **webui** - translated using Weblate (Chinese (Simplified Han script)) ([ab5e506](https://redirect.github.com/gotson/komga/commits/ab5e506)) - translated using Weblate (Finnish) ([cac687e](https://redirect.github.com/gotson/komga/commits/cac687e)) - translated using Weblate (French) ([d1b5fea](https://redirect.github.com/gotson/komga/commits/d1b5fea)) - translated using Weblate (Spanish) ([df7b879](https://redirect.github.com/gotson/komga/commits/df7b879)) - translated using Weblate (Hungarian) ([1c37f25](https://redirect.github.com/gotson/komga/commits/1c37f25)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.19.0
|
||||
appVersion: 1.19.1
|
||||
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.13.0
|
||||
version: 15.13.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/gotson/komga
|
||||
tag: 1.19.0@sha256:b7bd32bc66159d020d682702f4b010e5977fecf37351903ed8b959c32c759638
|
||||
tag: 1.19.1@sha256:8d8dfdae3e3d9defce99b4fbbb658561787f240c03efc057275b76c0f3d932ab
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user