df05cb01ef
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gotson/komga](https://togithub.com/gotson/komga) | patch | `1.11.0` -> `1.11.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gotson/komga (gotson/komga)</summary> ### [`v1.11.1`](https://togithub.com/gotson/komga/blob/HEAD/CHANGELOG.md#1111-2024-04-24) [Compare Source](https://togithub.com/gotson/komga/compare/1.11.0...1.11.1) #### 🐛 Fixes **api** - first unread cover should include in progress books ([77c15f9](https://togithub.com/gotson/komga/commits/77c15f9)) **unscoped** - sync progress not compatible between Cantook and web reader ([0211096](https://togithub.com/gotson/komga/commits/0211096)), closes [#​1477](https://togithub.com/gotson/komga/issues/1477) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
37 lines
881 B
YAML
37 lines
881 B
YAML
image:
|
|
repository: gotson/komga
|
|
tag: 1.11.1@sha256:a21459c33136d2d65336e15683e8dba8330dece8747036edaae02d6ebc0fabbe
|
|
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"
|
|
portal:
|
|
open:
|
|
enabled: true
|