chore(helm): update image docker.io/gotson/komga 1.23.3 → 1.23.4 (#39325)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gotson/komga](https://redirect.github.com/gotson/komga) | patch | `9ec80c4` -> `ccacf59` | --- > [!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.23.4`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1234-2025-09-09) [Compare Source](https://redirect.github.com/gotson/komga/compare/1.23.3...1.23.4) #### 🐛 Fixes **kobo** - update default kobo resources ([166b1ee](https://redirect.github.com/gotson/komga/commits/166b1ee)), closes [#​2066](https://redirect.github.com/gotson/komga/issues/2066) - fail to create proxy url ([058af49](https://redirect.github.com/gotson/komga/commits/058af49)), closes [#​2063](https://redirect.github.com/gotson/komga/issues/2063) #### 🏎 Perf - send events outside of db transaction ([51bfb35](https://redirect.github.com/gotson/komga/commits/51bfb35)) #### 🧪 Tests - run tests with a WAL database instead of memorydb ([7888a53](https://redirect.github.com/gotson/komga/commits/7888a53)) #### 🛠 Build **webui** - update Browserslist db ([0e63e74](https://redirect.github.com/gotson/komga/commits/0e63e74)) #### ⚙️ Dependencies **ci** - bump actions/setup-node from 4 to 5 ([3f64435](https://redirect.github.com/gotson/komga/commits/3f64435)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.23.3
|
||||
appVersion: 1.23.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.17.0
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://hub.docker.com/r/gotson/komga
|
||||
- https://komga.org/
|
||||
type: application
|
||||
version: 16.5.0
|
||||
version: 16.5.1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/gotson/komga
|
||||
tag: 1.23.3@sha256:9ec80c47555d1b31afc1c0499e697d1ddc50accc2fc2951a919749b641230cc3
|
||||
tag: 1.23.4@sha256:ccacf59fdbe4e9d12c67429af8fa99a29eeae0e262dad794835a3aeacbee1e19
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user