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=-->
34 lines
857 B
YAML
34 lines
857 B
YAML
image:
|
|
repository: docker.io/gotson/komga
|
|
tag: 1.23.4@sha256:ccacf59fdbe4e9d12c67429af8fa99a29eeae0e262dad794835a3aeacbee1e19
|
|
pullPolicy: IfNotPresent
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
probes:
|
|
liveness:
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
path: /actuator/health
|
|
readiness:
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
path: /actuator/health
|
|
startup:
|
|
type: tcp
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10085
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|